/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 98 glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext() 105 glXMakeCurrent(fDisplay, None, nullptr); in onInitializeContext() 126 if (!current && !glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext() 167 glXMakeCurrent(fDisplay, None, nullptr); in onDestroyContext()
|
/third_party/flutter/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 99 glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext() 106 glXMakeCurrent(fDisplay, None, nullptr); in onInitializeContext() 127 if (!current && !glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext() 168 glXMakeCurrent(fDisplay, None, nullptr); in onDestroyContext()
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 102 return [display, drawable, context] { glXMakeCurrent(display, drawable, context); }; in context_restorer() 236 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in GLXGLTestContext() 356 if (!glXMakeCurrent(fDisplay, None , nullptr)) { in onPlatformMakeNotCurrent() 362 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in onPlatformMakeCurrent()
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 102 return [display, drawable, context] { glXMakeCurrent(display, drawable, context); }; in context_restorer() 236 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in GLXGLTestContext() 352 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in onPlatformMakeCurrent()
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_multithread_makecurrent.spec | 87 glXMakeCurrent will generate a BadAccess error. 90 then glXMakeCurrent will generate a BadAccess error. 127 glXMakeCurrent() when it is already bound to another thread? function
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_copy_buffer.txt | 157 glXMakeCurrent(dpy, readWindow, readContext); 161 glXMakeCurrent(dpy, writeWindow, writeContext); 170 glXMakeCurrent(dpy, readWindow, readContext);
|
D | GLX_NV_multigpu_context.txt | 110 used, glXMakeCurrent and glXMakeContextCurrent will return FALSE if the 119 GLXBadContextState is generated if glXMakeCurrent is called with a context
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | GLX_NV_copy_buffer.txt | 157 glXMakeCurrent(dpy, readWindow, readContext); 161 glXMakeCurrent(dpy, writeWindow, writeContext); 170 glXMakeCurrent(dpy, readWindow, readContext);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_import_context.txt | 156 [Add the following clarification to glXMakeCurrent] 159 If <context> is current to some other thread, then glXMakeCurrent 164 glXMakeCurrent will generate a BadAccess error.
|
D | GLX_EXT_no_config_context.txt | 187 first glXMakeCurrent call and can be updated in glReadBuffer and 192 4) Can glXMakeCurrent alter the GL_DRAW_BUFFER and GL_READ_BUFFER state of 195 RESOLVED: Yes, but only on the first call to glXMakeCurrent. The two 210 Based on the above excerpts on the first call to glXMakeCurrent the
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_import_context.txt | 156 [Add the following clarification to glXMakeCurrent] 159 If <context> is current to some other thread, then glXMakeCurrent 164 glXMakeCurrent will generate a BadAccess error.
|
D | GLX_EXT_no_config_context.txt | 191 first glXMakeCurrent call and can be updated in glReadBuffer and 196 4) Can glXMakeCurrent alter the GL_DRAW_BUFFER and GL_READ_BUFFER state of 199 RESOLVED: Yes, but only on the first call to glXMakeCurrent. The two 214 Based on the above excerpts on the first call to glXMakeCurrent the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 86 glXMakeCurrent where <read> is replaced by the single drawable parameter 140 currently being used as a pixel query source. If glXMakeCurrent 143 <draw> by that glXMakeCurrent call. If glXMakeCurrentReadSGI
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_make_current_read.txt | 86 glXMakeCurrent where <read> is replaced by the single drawable parameter 140 currently being used as a pixel query source. If glXMakeCurrent 143 <draw> by that glXMakeCurrent call. If glXMakeCurrentReadSGI
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.h | 47 Bool(*glXMakeCurrent) (Display*,GLXDrawable,GLXContext); member
|
D | SDL_x11opengl.c | 200 _this->gl_data->glXMakeCurrent = in X11_GL_LoadLibrary() 214 !_this->gl_data->glXMakeCurrent || in X11_GL_LoadLibrary() 693 rc = _this->gl_data->glXMakeCurrent(display, drawable, glx_context); in X11_GL_MakeCurrent()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 58 { "glXMakeCurrent", (__GLXextFuncPtr) glXMakeCurrent },
|
/third_party/mesa3d/src/glx/ |
D | glxcurrent.c | 194 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent() function
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 103 #define glXMakeCurrent _glfw.glx.MakeCurrent macro
|
D | glx_context.c | 149 if (!glXMakeCurrent(_glfw.x11.display, in makeContextCurrentGLX() 160 if (!glXMakeCurrent(_glfw.x11.display, None, NULL)) in makeContextCurrentGLX()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_video_source.txt | 110 BadMatch is generated if glXMakeCurrent parameter <drawable> is a
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_video_source.txt | 110 BadMatch is generated if glXMakeCurrent parameter <drawable> is a
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 190 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 171 GET_FNPTR_OR_ERROR(&mFnPtrs->makeCurrentPtr, glXMakeCurrent); in initialize()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.6.rst | 55 - glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)
|