Searched defs:eglQueryContext (Results 1 - 8 of 8) 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.java430 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
432 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.java114 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); method in interface:EGL10
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp783 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
795 return c->cnx->egl.eglQueryContext(
/frameworks/native/opengl/libagl/
H A Degl.cpp1836 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1581 const GLMessage_Function GLMessage::eglQueryContext; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1929 static const Function eglQueryContext = GLMessage_Function_eglQueryContext; member in class:android::gltrace::GLMessage

Completed in 56 milliseconds