Searched refs:glXGetCurrentDisplay (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/glx/apple/ |
D | apple_xgl_api_read.c | 68 Display *dpy = glXGetCurrentDisplay(); in SetRead() 87 Display *dpy = glXGetCurrentDisplay(); in UnsetRead()
|
D | apple_xgl_api_viewport.c | 42 Display *dpy = glXGetCurrentDisplay(); in __applegl_glViewport()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 307 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 },
|
D | xfonts.c | 225 dpy = glXGetCurrentDisplay(); in Fake_glXUseXFont()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.3.rst | 31 - glXGetCurrentDisplay() no longer works for FakeGLX contexts? 44 - xlib: fix glXGetCurrentDisplay() failure
|
D | 17.2.0.rst | 93 - glXGetCurrentDisplay() no longer works for FakeGLX contexts?
|
/third_party/boost/libs/compute/include/boost/compute/interop/opengl/ |
D | context.hpp | 98 CL_GLX_DISPLAY_KHR, (cl_context_properties) glXGetCurrentDisplay(), in opengl_create_shared_context()
|
/third_party/boost/boost/compute/interop/opengl/ |
D | context.hpp | 98 CL_GLX_DISPLAY_KHR, (cl_context_properties) glXGetCurrentDisplay(), in opengl_create_shared_context()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 72 { "glXGetCurrentDisplay", (__GLXextFuncPtr) glXGetCurrentDisplay },
|
D | glx_usefont.c | 227 dpy = glXGetCurrentDisplay(); in glXUseXFont()
|
D | glx_api.c | 1262 glXGetCurrentDisplay(void) in glXGetCurrentDisplay() function 1273 return glXGetCurrentDisplay(); in glXGetCurrentDisplayEXT()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_swap_control.txt | 174 Display *dpy = glXGetCurrentDisplay(); 185 Display *dpy = glXGetCurrentDisplay();
|
D | GLX_EXT_swap_control_tear.txt | 142 Display *dpy = glXGetCurrentDisplay();
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_swap_control.txt | 174 Display *dpy = glXGetCurrentDisplay(); 185 Display *dpy = glXGetCurrentDisplay();
|
D | GLX_EXT_swap_control_tear.txt | 142 Display *dpy = glXGetCurrentDisplay();
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 95 auto display = glXGetCurrentDisplay(); in context_restorer()
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 95 auto display = glXGetCurrentDisplay(); in context_restorer()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 233 extern Display *glXGetCurrentDisplay( void );
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1393 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/ |
D | glxew.h | 189 #define glXGetCurrentDisplay GLXEW_GET_FUN(__glewXGetCurrentDisplay) macro
|