Home
last modified time | relevance | path

Searched refs:findConfigAttrib (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl10Utils.java84 int d = findConfigAttrib(egl, display, config, EGL10.EGL_DEPTH_SIZE); in chooseConfig()
85 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE); in chooseConfig()
87 int r = findConfigAttrib(egl, display, config, EGL10.EGL_RED_SIZE); in chooseConfig()
88 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE); in chooseConfig()
89 int b = findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE); in chooseConfig()
90 int a = findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE); in chooseConfig()
108 private static int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib() method in Egl10Utils
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java187 int d = findConfigAttrib(egl, display, config, in chooseConfig()
189 int s = findConfigAttrib(egl, display, config, in chooseConfig()
197 int r = findConfigAttrib(egl, display, config, in chooseConfig()
199 int g = findConfigAttrib(egl, display, config, in chooseConfig()
201 int b = findConfigAttrib(egl, display, config, in chooseConfig()
203 int a = findConfigAttrib(egl, display, config, in chooseConfig()
212 private int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib() method in GLtestView.ConfigChooser
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java342 int d = findConfigAttrib(egl, display, config, in chooseConfig()
344 int s = findConfigAttrib(egl, display, config, in chooseConfig()
352 int r = findConfigAttrib(egl, display, config, in chooseConfig()
354 int g = findConfigAttrib(egl, display, config, in chooseConfig()
356 int b = findConfigAttrib(egl, display, config, in chooseConfig()
358 int a = findConfigAttrib(egl, display, config, in chooseConfig()
361 int mask = findConfigAttrib(egl, display, config, in chooseConfig()
371 private int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib() method in OpenGLESActivity.MutableEGLConfigChooser
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java939 int d = findConfigAttrib(egl, display, config, in chooseConfig()
941 int s = findConfigAttrib(egl, display, config, in chooseConfig()
944 int r = findConfigAttrib(egl, display, config, in chooseConfig()
946 int g = findConfigAttrib(egl, display, config, in chooseConfig()
948 int b = findConfigAttrib(egl, display, config, in chooseConfig()
950 int a = findConfigAttrib(egl, display, config, in chooseConfig()
961 private int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib() method in GLSurfaceViewCustom.ComponentSizeChooser