Searched defs:eglQueryContext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java33 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in class:EGLImpl
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java277 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 DEGL10.java114 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp1270 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
1287 result = c->cnx->egl.eglQueryContext(
/frameworks/base/opengl/libagl/
H A Degl.cpp1861 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function

Completed in 96 milliseconds