Home
last modified time | relevance | path

Searched refs:MakeCurrent (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anonf462fc7f0111::TLSCurrentObjects
210 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context); in context_restorer()
300 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in CommandBufferGLTestContext()
357 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
371 if (!TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)) { in onPlatformMakeNotCurrent()
380 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
413 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE; in makeCurrent()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp174 static EGLBoolean MakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, in MakeCurrent() function in __anone248d2b40111::TLSCurrentObjects
211 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context); in context_restorer()
286 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in CommandBufferGLTestContext()
330 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroyGLContext()
344 if (!TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext)) { in onPlatformMakeCurrent()
381 return TLSCurrentObjects::MakeCurrent(fDisplay, fSurface, fSurface, fContext) != EGL_FALSE; in makeCurrent()
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_surface_gl.cc70 return offscreen_context_->MakeCurrent(); in ResourceContextMakeCurrent()
109 return onscreen_context_->MakeCurrent(); in GLContextMakeCurrent()
Dandroid_context_gl.cc217 bool AndroidContextGL::MakeCurrent() { in MakeCurrent() function in flutter::AndroidContextGL
277 MakeCurrent(); in Resize()
Dandroid_context_gl.h28 bool MakeCurrent();
/third_party/flutter/glfw/src/
Dwgl_context.h97 #define wglMakeCurrent _glfw.wgl.MakeCurrent
127 WGLMAKECURRENT_T MakeCurrent; member
Dglx_context.h103 #define glXMakeCurrent _glfw.glx.MakeCurrent
142 PFNGLXMAKECURRENTPROC MakeCurrent; member
Degl_context.h146 #define eglMakeCurrent _glfw.egl.MakeCurrent
193 PFNEGLMAKECURRENTPROC MakeCurrent; member
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_flutter_window.cc303 bool Win32FlutterWindow::MakeCurrent() { in MakeCurrent() function in flutter::Win32FlutterWindow
304 return surface_manager->MakeCurrent(render_surface); in MakeCurrent()
308 return surface_manager->MakeCurrent(nullptr); in ClearContext()
Dangle_surface_manager.h47 bool MakeCurrent(const EGLSurface surface);
Dwin32_flutter_window.h96 bool MakeCurrent();
Dangle_surface_manager.cc178 bool AngleSurfaceManager::MakeCurrent(const EGLSurface surface) { in MakeCurrent() function in flutter::AngleSurfaceManager
Dflutter_windows.cc57 return host->MakeCurrent(); in RunFlutterEngine()
/third_party/flutter/engine/flutter/testing/
Dtest_gl_surface.h24 bool MakeCurrent();
Dtest_gl_surface.cc185 bool TestGLSurface::MakeCurrent() { in MakeCurrent() function in flutter::testing::TestGLSurface
256 if (!MakeCurrent()) { in CreateGrContext()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/
Dios_gl_context.h29 bool MakeCurrent();
Dios_gl_render_target.h35 bool MakeCurrent();
Dios_gl_context.mm55 bool IOSGLContext::MakeCurrent() {
Dios_gl_render_target.mm135 bool IOSGLRenderTarget::MakeCurrent() {
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h72 virtual void MakeCurrent() = 0;
Drosen_context_impl.h40 void MakeCurrent() override;
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h143 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_test_context.cc137 return gl_surface_->MakeCurrent(); in GLMakeCurrent()
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_device_context_volatile_cgl.txt80 clients should call MakeCurrent to ensure that the internal device
DEGL_ANGLE_platform_angle_device_context_volatile_eagl.txt80 clients should call MakeCurrent to ensure that the internal device

1234