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

/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,
H A DEGL14.java431 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
433 public static native boolean eglQueryContext( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java32 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java115 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1877 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp872 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
884 return c->cnx->egl.eglQueryContext(

Completed in 2645 milliseconds