Searched refs:QueryContext (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 375 EGLBoolean EGLAPIENTRY QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value… 542 return egl::QueryContext(dpy, ctx, attribute, value); in eglQueryContext() 701 this->eglQueryContext = egl::QueryContext; in LibEGLexports()
|
D | libEGL.cpp | 1059 EGLBoolean EGLAPIENTRY QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in QueryContext() function
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 104 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value); member
|
D | glxapi.c | 550 return t->QueryContext(dpy, ctx, attribute, value); in glXQueryContext()
|
D | fakeglx.c | 2845 glx.QueryContext = Fake_glXQueryContext; in _mesa_GetGLXDispatchTable()
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 136 EGLBoolean QueryContext(Thread *thread,
|
D | entry_points_egl_autogen.cpp | 344 EGL_EVENT(QueryContext, in EGL_QueryContext() 354 ANGLE_EGL_VALIDATE(thread, QueryContext, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_QueryContext() 357 return QueryContext(thread, dpyPacked, ctxPacked, attribute, value); in EGL_QueryContext()
|
D | egl_stubs.cpp | 495 EGLBoolean QueryContext(Thread *thread, in QueryContext() function
|