Searched defs:eglQueryContext (Results  1 – 5 of 5) sorted by relevance
| /frameworks/base/opengl/java/com/google/android/gles_jni/ | 
| D | EGLImpl.java | 37 …public native boolean     eglQueryContext(EGLDisplay display, EGLContext context, int attribute, i…  in eglQueryContext()  method in EGLImpl
 | 
| /frameworks/base/opengl/java/android/opengl/ | 
| D | EGLLogWrapper.java | 277     public boolean eglQueryContext(EGLDisplay display, EGLContext context,  in eglQueryContext()  method in EGLLogWrapper
 | 
| D | EGL14.java | 436     public static native boolean eglQueryContext(  in eglQueryContext()  method in EGL14
 | 
| /frameworks/base/opengl/java/javax/microedition/khronos/egl/ | 
| D | EGL10.java | 116     boolean     eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);  in eglQueryContext()  method
 | 
| /frameworks/native/opengl/libs/EGL/ | 
| D | eglApi.cpp | 189 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value) {  in eglQueryContext()  function
 |