Home
last modified time | relevance | path

Searched refs:glXGetCurrentDisplay (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/glx/apple/
Dapple_xgl_api_read.c68 Display *dpy = glXGetCurrentDisplay(); in SetRead()
87 Display *dpy = glXGetCurrentDisplay(); in UnsetRead()
Dapple_xgl_api_viewport.c42 Display *dpy = glXGetCurrentDisplay(); in __applegl_glViewport()
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c307 Display *dpy = glXGetCurrentDisplay(); in glXUseXFont()
319 Display *dpy = glXGetCurrentDisplay(); in glXWaitGL()
331 Display *dpy = glXGetCurrentDisplay(); in glXWaitX()
381 glXGetCurrentDisplay(void) in glXGetCurrentDisplay() function
583 Display *dpy = glXGetCurrentDisplay(); in glXSwapIntervalSGI()
598 Display *dpy = glXGetCurrentDisplay(); in glXGetVideoSyncSGI()
609 Display *dpy = glXGetCurrentDisplay(); in glXWaitVideoSyncSGI()
683 return glXGetCurrentDisplay(); in glXGetCurrentDisplayEXT()
1085 { "glXGetCurrentDisplay", (__GLXextFuncPtr) glXGetCurrentDisplay },
Dxfonts.c225 dpy = glXGetCurrentDisplay(); in Fake_glXUseXFont()
/third_party/mesa3d/docs/relnotes/
D17.1.3.rst31 - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
44 - xlib: fix glXGetCurrentDisplay() failure
D17.2.0.rst93 - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
/third_party/boost/libs/compute/include/boost/compute/interop/opengl/
Dcontext.hpp98 CL_GLX_DISPLAY_KHR, (cl_context_properties) glXGetCurrentDisplay(), in opengl_create_shared_context()
/third_party/boost/boost/compute/interop/opengl/
Dcontext.hpp98 CL_GLX_DISPLAY_KHR, (cl_context_properties) glXGetCurrentDisplay(), in opengl_create_shared_context()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c72 { "glXGetCurrentDisplay", (__GLXextFuncPtr) glXGetCurrentDisplay },
Dglx_usefont.c227 dpy = glXGetCurrentDisplay(); in glXUseXFont()
Dglx_api.c1262 glXGetCurrentDisplay(void) in glXGetCurrentDisplay() function
1273 return glXGetCurrentDisplay(); in glXGetCurrentDisplayEXT()
/third_party/openGLES/extensions/EXT/
DEXT_swap_control.txt174 Display *dpy = glXGetCurrentDisplay();
185 Display *dpy = glXGetCurrentDisplay();
DGLX_EXT_swap_control_tear.txt142 Display *dpy = glXGetCurrentDisplay();
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_swap_control.txt174 Display *dpy = glXGetCurrentDisplay();
185 Display *dpy = glXGetCurrentDisplay();
DGLX_EXT_swap_control_tear.txt142 Display *dpy = glXGetCurrentDisplay();
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp95 auto display = glXGetCurrentDisplay(); in context_restorer()
/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp95 auto display = glXGetCurrentDisplay(); in context_restorer()
/third_party/mesa3d/include/GL/
Dglx.h233 extern Display *glXGetCurrentDisplay( void );
/third_party/mesa3d/src/glx/
Dglxcmds.c1393 glXGetCurrentDisplay(void) in glXGetCurrentDisplay() function
1403 glXGetCurrentDisplay)
2560 GLX_FUNCTION(glXGetCurrentDisplay),
2610 GLX_FUNCTION2(glXGetCurrentDisplayEXT, glXGetCurrentDisplay),
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dglxew.h189 #define glXGetCurrentDisplay GLXEW_GET_FUN(__glewXGetCurrentDisplay) macro