Home
last modified time | relevance | path

Searched refs:UnlockGL (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/hgl/
DGLView.cpp75 BGLView::UnlockGL() in UnlockGL() function in BGLView
87 fRenderer->UnlockGL(); in UnlockGL()
206 UnlockGL(); in AttachedToWindow()
498 BGLScreen::UnlockGL()
DGLRenderer.cpp48 BGLRenderer::UnlockGL() in UnlockGL() function in BGLRenderer
/third_party/mesa3d/include/HaikuGL/
DGLView.h51 void UnlockGL();
146 void UnlockGL();
DGLRenderer.h37 virtual void UnlockGL();
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h104 _SDL_GLView->UnlockGL(); in ~SDL_BWin()
147 _SDL_GLView->UnlockGL(); in RemoveGLView()
154 _SDL_GLView->UnlockGL(); in SwapBuffers()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.h28 void UnlockGL();
DSoftwareRenderer.cpp206 SoftwareRenderer::UnlockGL() in UnlockGL() function in SoftwareRenderer
213 BGLRenderer::UnlockGL(); in UnlockGL()
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BApp.h194 _current_context->UnlockGL(); in SetCurrentContext()