Home
last modified time | relevance | path

Searched defs:eglChooseConfig (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java36 …public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] confi… in eglChooseConfig() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, in eglChooseConfig() method in EGLLogWrapper
DEGL14.java199 public static native boolean eglChooseConfig( in eglChooseConfig() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java97 …boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config… in eglChooseConfig() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp267 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() function
/frameworks/native/opengl/libagl/
Degl.cpp1457 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto573 eglChooseConfig = 2004; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1186 const GLMessage_Function GLMessage::eglChooseConfig; member in android::gltrace::GLMessage
Dgltrace.pb.h1534 static const Function eglChooseConfig = GLMessage_Function_eglChooseConfig; variable