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

/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec13 eglQueryContext check value 1
H A DEGL14.spec29 EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
/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,
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/native/opengl/tests/angeles/include/GLES/
H A Degl.h218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/frameworks/native/opengl/include/EGL/
H A Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto776 eglQueryContext = 2017;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp783 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, function
795 return c->cnx->egl.eglQueryContext(
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp158 success = eglQueryContext(dpy, ctx, attribute, base);
543 {"eglQueryContext", "(" DISPLAY CONTEXT "I[I)Z", (void*)jni_eglQueryContext },
H A Dandroid_opengl_EGL14.cpp1129 /* EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value ) */
1166 _returnValue = eglQueryContext(
1263 {"eglQueryContext", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLContext;I[II)Z", (void *) android_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 146 milliseconds