Home
last modified time | relevance | path

Searched refs:eglQueryContext (Results 1 – 12 of 12) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h48 {"eglQueryContext", (void *)eglQueryContext},
Degl.cpp1876 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h48 {"eglQueryContext", (void *)eglQueryContext},
Degl_dispatch.h50 eglQueryContext_t eglQueryContext; member
95 …ryContext(eglQueryContext_t f) { eglQueryContext_t retval = eglQueryContext; eglQueryContext = f; … in set_eglQueryContext()
Degl.cpp534 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/
Degl_wrapper_context.h30 eglQueryContext_wrapper_proc_t eglQueryContext; member
Degl.lds48 eglQueryContext;
Degl_wrapper_entry.cpp25 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()
Degl_wrapper_context.cpp30 eglQueryContext = (eglQueryContext_wrapper_proc_t) getProc("eglQueryContext", userData); in initDispatchByName()
Degl.in20 GL_ENTRY(EGLBoolean, eglQueryContext, EGLDisplay dpy, EGLContext context, EGLint attribute, EGLint …
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries25 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,