Searched defs:eglQueryContext (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 33 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in class:EGLImpl
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 277 public boolean eglQueryContext(EGLDisplay display, EGLContext context, method in class:EGLLogWrapper 279 begin("eglQueryContext"); 284 boolean result = mEgl10.eglQueryContext(display, context, attribute,
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 114 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in interface:EGL10
|
/frameworks/base/opengl/libs/EGL/ |
H A D | egl.cpp | 1270 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function 1287 result = c->cnx->egl.eglQueryContext(
|
/frameworks/base/opengl/libagl/ |
H A D | egl.cpp | 1861 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
|
Completed in 96 milliseconds