Home
last modified time | relevance | path

Searched refs:glXQueryExtension (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.h40 Bool (*glXQueryExtension) (Display*,int*,int*); member
DSDL_x11opengl.c185 _this->gl_data->glXQueryExtension = in X11_GL_LoadLibrary()
210 if (!_this->gl_data->glXQueryExtension || in X11_GL_LoadLibrary()
220 …if (!_this->gl_data->glXQueryExtension(display, &_this->gl_data->errorBase, &_this->gl_data->event… in X11_GL_LoadLibrary()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c59 { "glXQueryExtension", (__GLXextFuncPtr) glXQueryExtension },
Dglx_api.c1377 glXQueryExtension( Display *dpy, int *errorBase, int *eventBase ) in glXQueryExtension() function
/third_party/flutter/glfw/src/
Dglx_context.h100 #define glXQueryExtension _glfw.glx.QueryExtension macro
Dglx_context.c324 if (!glXQueryExtension(_glfw.x11.display, in _glfwInitGLX()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp173 GET_FNPTR_OR_ERROR(&mFnPtrs->queryExtensionPtr, glXQueryExtension); in initialize()
/third_party/mesa3d/include/GL/
Dglx.h203 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c271 glXQueryExtension(Display *dpy, int *errorb, int *event) in glXQueryExtension() function
1072 { "glXQueryExtension", (__GLXextFuncPtr) glXQueryExtension },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp189 GET_FNPTR_OR_ERROR(&mFnPtrs->queryExtensionPtr, glXQueryExtension); in initialize()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp245 const Bool supported = glXQueryExtension(m_display, &m_errorBase, &m_eventBase); in GlxDisplay()
/third_party/mesa3d/src/glx/
Dglxcmds.c544 glXQueryExtension(Display * dpy, int *errorBase, int *eventBase) in glXQueryExtension() function
2547 GLX_FUNCTION(glXQueryExtension),
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c762 if (!glXQueryExtension (device, &error_base, &event_base)) { in gst_gl_context_glx_choose_format()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h143 extern Bool glXQueryExtension (Display *dpy, int *errorBase, int *eventBase);