Searched refs:eglQueryContext (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | egl_ftable.h | 48 {"eglQueryContext", (void *)eglQueryContext},
|
D | egl.cpp | 1876 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() function
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 48 {"eglQueryContext", (void *)eglQueryContext},
|
D | egl_dispatch.h | 50 eglQueryContext_t eglQueryContext; member 95 …ryContext(eglQueryContext_t f) { eglQueryContext_t retval = eglQueryContext; eglQueryContext = f; … in set_eglQueryContext()
|
D | egl.cpp | 534 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() function 542 return getDispatch()->eglQueryContext(dpy, wctx->aglContext, attribute, value); in eglQueryContext()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | egl_wrapper_context.h | 30 eglQueryContext_wrapper_proc_t eglQueryContext; member
|
D | egl.lds | 48 eglQueryContext;
|
D | egl_wrapper_entry.cpp | 25 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext context, EGLint attribute, EGLint* value); 158 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext context, EGLint attribute, EGLint* value) in eglQueryContext() function 161 return ctx->eglQueryContext( dpy, context, attribute, value); in eglQueryContext()
|
D | egl_wrapper_context.cpp | 30 eglQueryContext = (eglQueryContext_wrapper_proc_t) getProc("eglQueryContext", userData); in initDispatchByName()
|
D | egl.in | 20 GL_ENTRY(EGLBoolean, eglQueryContext, EGLDisplay dpy, EGLContext context, EGLint attribute, EGLint …
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 25 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | egl.h | 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
|