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

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method in class:GL2JNIView.ConfigChooser
134 return chooseConfig(egl, display, configs);
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method in class:GLPerfView.ConfigChooser
134 return chooseConfig(egl, display, configs);
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java124 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method in class:GLDualGL2View.ConfigChooser
137 return chooseConfig(egl, display, configs);
140 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLDualGL2View.ConfigChooser
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java858 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); method in interface:GLSurfaceView.EGLConfigChooser
867 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method in class:GLSurfaceView.BaseConfigChooser
886 EGLConfig config = chooseConfig(egl, display, configs);
893 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.BaseConfigChooser
944 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.ComponentSizeChooser
1042 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);

Completed in 296 milliseconds