Searched +defs:d +defs:g (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 84 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE); in chooseConfig() local 88 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE); in chooseConfig() local
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 187 int d = findConfigAttrib(egl, display, config, in chooseConfig() local 199 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 254 int d = (x - width / 2) * (x - width / 2) + (y - height / 2) * (y - height / 2); in buildSrc() local 311 int pack(float a, float r, float g, float b) { in pack() 323 int pack(int a, int r, int g, int b) { in pack() 773 float g = f; in testLUT() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ |
D | StorageStatsTest.java | 353 final File d = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() local 357 final File g = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() local
|
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 342 int d = findConfigAttrib(egl, display, config, in chooseConfig() local 354 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 939 int d = findConfigAttrib(egl, display, config, in chooseConfig() local 946 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|