Searched refs:eglQueryContext (Results 1 - 10 of 10) sorted by relevance

/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/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/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/tests/angeles/include/GLES/
H A Degl.h218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/frameworks/base/opengl/include/EGL/
H A Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp680 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
698 result = c->cnx->egl.eglQueryContext(
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp152 success = eglQueryContext(dpy, ctx, attribute, base);
539 {"eglQueryContext", "(" DISPLAY CONTEXT "I[I)Z", (void*)jni_eglQueryContext },
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h472 static const Function eglQueryContext = Message_Function_eglQueryContext; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp398 const Message_Function Message::eglQueryContext; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl/
H A Degl.cpp1811 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function

Completed in 160 milliseconds