Searched defs:eglChooseConfig (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 78 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig() function
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 41 …public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] confi… in eglChooseConfig() method in EGLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 97 …boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config… in eglChooseConfig() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, in eglChooseConfig() method in EGLLogWrapper
|
D | EGL14.java | 207 public static native boolean eglChooseConfig( in eglChooseConfig() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 92 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig() function
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1518 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() function
|