Home
last modified time | relevance | path

Searched refs:wasCurrent (Results 1 – 4 of 4) 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.h334 GLboolean wasCurrent; /* was ever the current buffer? */ member
Dxm_api.c1307 drawBuffer->wasCurrent = GL_TRUE; in XMesaMakeCurrent2()