Searched refs:glXQueryExtension (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.h | 40 Bool (*glXQueryExtension) (Display*,int*,int*); member
|
D | SDL_x11opengl.c | 185 _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/ |
D | glx_getproc.c | 59 { "glXQueryExtension", (__GLXextFuncPtr) glXQueryExtension },
|
D | glx_api.c | 1377 glXQueryExtension( Display *dpy, int *errorBase, int *eventBase ) in glXQueryExtension() function
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 100 #define glXQueryExtension _glfw.glx.QueryExtension macro
|
D | glx_context.c | 324 if (!glXQueryExtension(_glfw.x11.display, in _glfwInitGLX()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 173 GET_FNPTR_OR_ERROR(&mFnPtrs->queryExtensionPtr, glXQueryExtension); in initialize()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 203 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 271 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/ |
D | FunctionsGLX.cpp | 189 GET_FNPTR_OR_ERROR(&mFnPtrs->queryExtensionPtr, glXQueryExtension); in initialize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 245 const Bool supported = glXQueryExtension(m_display, &m_errorBase, &m_eventBase); in GlxDisplay()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 544 glXQueryExtension(Display * dpy, int *errorBase, int *eventBase) in glXQueryExtension() function 2547 GLX_FUNCTION(glXQueryExtension),
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 762 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/ |
D | glxew.h | 143 extern Bool glXQueryExtension (Display *dpy, int *errorBase, int *eventBase);
|