Searched defs:chooseConfig (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
H A D | GL2JNIView.java | 121 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/base/opengl/tests/gldual/src/com/android/gldual/ |
H A D | GLDualGL2View.java | 124 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 D | GLSurfaceView.java | 744 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); method in interface:GLSurfaceView.EGLConfigChooser 753 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { method in class:GLSurfaceView.BaseConfigChooser 772 EGLConfig config = chooseConfig(egl, display, configs); 779 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.BaseConfigChooser 826 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.ComponentSizeChooser 919 mEglConfig = mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);
|
Completed in 1332 milliseconds