Searched defs:findConfigAttrib (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java142 int d = findConfigAttrib(egl, display, config,
144 int s = findConfigAttrib(egl, display, config,
147 int r = findConfigAttrib(egl, display, config,
149 int g = findConfigAttrib(egl, display, config,
151 int b = findConfigAttrib(egl, display, config,
153 int a = findConfigAttrib(egl, display, config,
168 private int findConfigAttrib(EGL10 egl, EGLDisplay display, method in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java142 int d = findConfigAttrib(egl, display, config,
144 int s = findConfigAttrib(egl, display, config,
147 int r = findConfigAttrib(egl, display, config,
149 int g = findConfigAttrib(egl, display, config,
151 int b = findConfigAttrib(egl, display, config,
153 int a = findConfigAttrib(egl, display, config,
168 private int findConfigAttrib(EGL10 egl, EGLDisplay display, method in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java145 int d = findConfigAttrib(egl, display, config,
147 int s = findConfigAttrib(egl, display, config,
150 int r = findConfigAttrib(egl, display, config,
152 int g = findConfigAttrib(egl, display, config,
154 int b = findConfigAttrib(egl, display, config,
156 int a = findConfigAttrib(egl, display, config,
171 private int findConfigAttrib(EGL10 egl, EGLDisplay display, method in class:GLDualGL2View.ConfigChooser
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java958 int d = findConfigAttrib(egl, display, config,
960 int s = findConfigAttrib(egl, display, config,
963 int r = findConfigAttrib(egl, display, config,
965 int g = findConfigAttrib(egl, display, config,
967 int b = findConfigAttrib(egl, display, config,
969 int a = findConfigAttrib(egl, display, config,
980 private int findConfigAttrib(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.ComponentSizeChooser

Completed in 2703 milliseconds