Home
last modified time | relevance | path

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

/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