Searched refs:eglQueryContext (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/egl/ |
| H A D | egl-symbols-check | 49 eglQueryContext
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 59 EGL_ENTRYPOINT(eglQueryContext)
|
| H A D | eglapi.c | 880 eglQueryContext(EGLDisplay dpy, EGLContext ctx, function in typeref:typename:EGLBoolean EGLAPIENTRY
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglentrypoint.h | 59 EGL_ENTRYPOINT(eglQueryContext)
|
| H A D | eglapi.c | 916 eglQueryContext(EGLDisplay dpy, EGLContext ctx, function in typeref:typename:EGLBoolean EGLAPIENTRY
|
| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_common.c | 785 if (eglQueryContext(eglGetCurrentDisplay(), eglGetCurrentContext(), 829 if (eglQueryContext(eglGetCurrentDisplay(),
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2tri.c | 333 /* test eglQueryContext() */ 336 eglQueryContext(egl_dpy, ctx, EGL_CONTEXT_CLIENT_VERSION, &val);
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| H A D | egl.h | 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
|
| /xsrc/external/mit/MesaLib/dist/include/EGL/ |
| H A D | egl.h | 148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 1381 #define eglQueryContext epoxy_eglQueryContext macro
|
| H A D | egl_generated_dispatch.c | 2355 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