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.java869 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); method in interface:GLSurfaceView.EGLConfigChooser
878 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method in class:GLSurfaceView.BaseConfigChooser
897 EGLConfig config = chooseConfig(egl, display, configs);
904 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.BaseConfigChooser
955 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.ComponentSizeChooser
1053 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);

Completed in 3242 milliseconds