Home
last modified time | relevance | path

Searched refs:glXMakeCurrent (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp98 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/
DGLWindowContext_unix.cpp99 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/
DCreatePlatformGLTestContext_glx.cpp102 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/
DCreatePlatformGLTestContext_glx.cpp102 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/
DMESA_multithread_makecurrent.spec87 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/
DGLX_NV_copy_buffer.txt157 glXMakeCurrent(dpy, readWindow, readContext);
161 glXMakeCurrent(dpy, writeWindow, writeContext);
170 glXMakeCurrent(dpy, readWindow, readContext);
DGLX_NV_multigpu_context.txt110 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/
DGLX_NV_copy_buffer.txt157 glXMakeCurrent(dpy, readWindow, readContext);
161 glXMakeCurrent(dpy, writeWindow, writeContext);
170 glXMakeCurrent(dpy, readWindow, readContext);
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_import_context.txt156 [Add the following clarification to glXMakeCurrent]
159 If <context> is current to some other thread, then glXMakeCurrent
164 glXMakeCurrent will generate a BadAccess error.
DGLX_EXT_no_config_context.txt187 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/
DGLX_EXT_import_context.txt156 [Add the following clarification to glXMakeCurrent]
159 If <context> is current to some other thread, then glXMakeCurrent
164 glXMakeCurrent will generate a BadAccess error.
DGLX_EXT_no_config_context.txt191 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/
DGLX_SGI_make_current_read.txt86 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/
DGLX_SGI_make_current_read.txt86 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/
DSDL_x11opengl.h47 Bool(*glXMakeCurrent) (Display*,GLXDrawable,GLXContext); member
DSDL_x11opengl.c200 _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/
Dglx_getproc.c58 { "glXMakeCurrent", (__GLXextFuncPtr) glXMakeCurrent },
/third_party/mesa3d/src/glx/
Dglxcurrent.c194 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent() function
/third_party/flutter/glfw/src/
Dglx_context.h103 #define glXMakeCurrent _glfw.glx.MakeCurrent macro
Dglx_context.c149 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/
DGLX_SGIX_video_source.txt110 BadMatch is generated if glXMakeCurrent parameter <drawable> is a
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_video_source.txt110 BadMatch is generated if glXMakeCurrent parameter <drawable> is a
/third_party/mesa3d/include/GL/
Dglx.h190 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp171 GET_FNPTR_OR_ERROR(&mFnPtrs->makeCurrentPtr, glXMakeCurrent); in initialize()
/third_party/mesa3d/docs/relnotes/
D17.2.6.rst55 - glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)

12