Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h50 eglQueryContext_t eglQueryContext; member
95 …ryContext(eglQueryContext_t f) { eglQueryContext_t retval = eglQueryContext; eglQueryContext = f; … in set_eglQueryContext()
Degl_ftable.h48 {"eglQueryContext", (void *)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/generic/goldfish-opengl/system/egl/
Degl_ftable.h48 {"eglQueryContext", (void *)eglQueryContext},
Degl.cpp2120 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() function
/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,
/device/google/cuttlefish/host/libs/graphics_detector/include/EGL/
Degl.h167 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglImp.cpp1232 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay display, EGLContext context, in eglQueryContext() function