/third_party/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 174 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/ |
D | GLTestContext_command_buffer.cpp | 174 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/ |
D | android_surface_gl.cc | 70 return offscreen_context_->MakeCurrent(); in ResourceContextMakeCurrent() 109 return onscreen_context_->MakeCurrent(); in GLContextMakeCurrent()
|
D | android_context_gl.cc | 217 bool AndroidContextGL::MakeCurrent() { in MakeCurrent() function in flutter::AndroidContextGL 277 MakeCurrent(); in Resize()
|
D | android_context_gl.h | 28 bool MakeCurrent();
|
/third_party/flutter/glfw/src/ |
D | wgl_context.h | 97 #define wglMakeCurrent _glfw.wgl.MakeCurrent 127 WGLMAKECURRENT_T MakeCurrent; member
|
D | glx_context.h | 103 #define glXMakeCurrent _glfw.glx.MakeCurrent 142 PFNGLXMAKECURRENTPROC MakeCurrent; member
|
D | egl_context.h | 146 #define eglMakeCurrent _glfw.egl.MakeCurrent 193 PFNEGLMAKECURRENTPROC MakeCurrent; member
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | win32_flutter_window.cc | 303 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()
|
D | angle_surface_manager.h | 47 bool MakeCurrent(const EGLSurface surface);
|
D | win32_flutter_window.h | 96 bool MakeCurrent();
|
D | angle_surface_manager.cc | 178 bool AngleSurfaceManager::MakeCurrent(const EGLSurface surface) { in MakeCurrent() function in flutter::AngleSurfaceManager
|
D | flutter_windows.cc | 57 return host->MakeCurrent(); in RunFlutterEngine()
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.h | 24 bool MakeCurrent();
|
D | test_gl_surface.cc | 185 bool TestGLSurface::MakeCurrent() { in MakeCurrent() function in flutter::testing::TestGLSurface 256 if (!MakeCurrent()) { in CreateGrContext()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | ios_gl_context.h | 29 bool MakeCurrent();
|
D | ios_gl_render_target.h | 35 bool MakeCurrent();
|
D | ios_gl_context.mm | 55 bool IOSGLContext::MakeCurrent() {
|
D | ios_gl_render_target.mm | 135 bool IOSGLRenderTarget::MakeCurrent() {
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
D | ohos_context_i.h | 72 virtual void MakeCurrent() = 0;
|
D | rosen_context_impl.h | 40 void MakeCurrent() override;
|
/third_party/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 143 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
|
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/ |
D | embedder_test_context.cc | 137 return gl_surface_->MakeCurrent(); in GLMakeCurrent()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_device_context_volatile_cgl.txt | 80 clients should call MakeCurrent to ensure that the internal device
|
D | EGL_ANGLE_platform_angle_device_context_volatile_eagl.txt | 80 clients should call MakeCurrent to ensure that the internal device
|