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

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check49 eglQueryContext
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h59 EGL_ENTRYPOINT(eglQueryContext)
H A Deglapi.c880 eglQueryContext(EGLDisplay dpy, EGLContext ctx, function in typeref:typename:EGLBoolean EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h59 EGL_ENTRYPOINT(eglQueryContext)
H A Deglapi.c916 eglQueryContext(EGLDisplay dpy, EGLContext ctx, function in typeref:typename:EGLBoolean EGLAPIENTRY
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_common.c785 if (eglQueryContext(eglGetCurrentDisplay(), eglGetCurrentContext(),
829 if (eglQueryContext(eglGetCurrentDisplay(),
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2tri.c333 /* test eglQueryContext() */
336 eglQueryContext(egl_dpy, ctx, EGL_CONTEXT_CLIENT_VERSION, &val);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Degl.h148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h1381 #define eglQueryContext epoxy_eglQueryContext macro
H A Degl_generated_dispatch.c2355 0, // eglQueryContext
4585 return egl_single_resolver(PROVIDER_EGL_10, 1985 /* eglQueryContext */);
5105 GEN_THUNKS_RET(EGLBoolean, eglQueryContext, (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint * value), (dpy, ctx, attribute, value))
5254 epoxy_eglQueryContext_dispatch_table_rewrite_ptr, /* eglQueryContext */

Completed in 26 milliseconds