Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc79 if (!glXMakeCurrent(display_, window_, context_)) { in Init()
84 if (!glXMakeCurrent(display_, None, NULL)) { in Init()
95 glXMakeCurrent(display_, window_, context_); in Destroy()
97 glXMakeCurrent(display_, None, NULL); in Destroy()
122 if (!glXMakeCurrent(display_, window_, context_)) { in Resize()
126 if (!glXMakeCurrent(display_, None, NULL)) { in Resize()
155 if (!glXMakeCurrent(display_, window_, context_)) { in RenderFrame()
173 if (!glXMakeCurrent(display_, None, NULL)) { in RenderFrame()
/external/autotest/client/deps/glbench/src/
Dglx_stuff.cc42 if (!glXMakeCurrent(g_xlib_display, g_xlib_window, context_)) { in Init()
64 glXMakeCurrent(g_xlib_display, 0, NULL); in Cleanup()
93 return glXMakeCurrent(g_xlib_display, g_xlib_window, context); in MakeCurrent()
/external/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()
/external/skqp/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()
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp92 if (!glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext()
122 glXMakeCurrent(fDisplay, None, nullptr); in onDestroyContext()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp92 if (!glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext()
122 glXMakeCurrent(fDisplay, None, nullptr); in onDestroyContext()
/external/mesa3d/docs/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
/external/mesa3d/include/GL/
Dglx_mangle.h32 #define glXMakeCurrent mglXMakeCurrent macro
Dglx.h195 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c58 { "glXMakeCurrent", (__GLXextFuncPtr) glXMakeCurrent },
Dglx_api.c1268 glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx ) in glXMakeCurrent() function
/external/mesa3d/src/glx/
Dglxcurrent.c272 glXMakeCurrent(Display * dpy, GLXDrawable draw, GLXContext gc) in glXMakeCurrent() function
Dglxcmds.c2487 GLX_FUNCTION(glXMakeCurrent),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c262 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent() function
1194 { "glXMakeCurrent", (__GLXextFuncPtr) glXMakeCurrent },