Home
last modified time | relevance | path

Searched refs:wasCurrent (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp319 bool wasCurrent = false; in destroyGLContext() local
321 wasCurrent = (TLSCurrentObjects::CurrentContext() == fContext); in destroyGLContext()
325 if (wasCurrent) { in destroyGLContext()
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp346 bool wasCurrent = false; in destroyGLContext() local
348 wasCurrent = (TLSCurrentObjects::CurrentContext() == fContext); in destroyGLContext()
352 if (wasCurrent) { in destroyGLContext()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h333 GLboolean wasCurrent; /* was ever the current buffer? */ member
Dxm_api.c1306 drawBuffer->wasCurrent = GL_TRUE; in XMesaMakeCurrent2()
/third_party/mesa3d/src/mesa/drivers/x11/
DxmesaP.h186 GLboolean wasCurrent; /* was ever the current buffer? */ member
Dxm_api.c1208 && XMESA_BUFFER(c->mesa.DrawBuffer)->wasCurrent) { in XMesaMakeCurrent2()
1236 drawBuffer->wasCurrent = GL_TRUE; in XMesaMakeCurrent2()