/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | angle_surface_manager.cc | 178 bool AngleSurfaceManager::MakeCurrent(const EGLSurface surface) { in MakeCurrent() function in flutter::AngleSurfaceManager
|
D | win32_flutter_window.cc | 303 bool Win32FlutterWindow::MakeCurrent() { in MakeCurrent() function in flutter::Win32FlutterWindow
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 185 bool TestGLSurface::MakeCurrent() { in MakeCurrent() function in flutter::testing::TestGLSurface
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
D | rosen_context_impl.cpp | 385 void RosenContextImpl::MakeCurrent() in MakeCurrent() function in RosenContextImpl
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | android_context_gl.cc | 217 bool AndroidContextGL::MakeCurrent() { in MakeCurrent() function in flutter::AndroidContextGL
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 97 EGLBoolean (*MakeCurrent)(_EGLDisplay *disp, member
|
/third_party/flutter/glfw/src/ |
D | wgl_context.h | 127 WGLMAKECURRENT_T MakeCurrent; member
|
D | glx_context.h | 142 PFNGLXMAKECURRENTPROC MakeCurrent; member
|
D | egl_context.h | 193 PFNEGLMAKECURRENTPROC MakeCurrent; member
|
/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 __anon07ccaefd0111::TLSCurrentObjects
|
/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 __anon2a8423320111::TLSCurrentObjects
|
/third_party/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 143 GLboolean (*MakeCurrent)(__DRIcontext *driContextPriv, member
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx); member
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 809 TEST_P(IOSurfaceClientBufferTest, MakeCurrent) in TEST_P() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 460 EGLBoolean MakeCurrent(Thread *thread, in MakeCurrent() function
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLIOSurfaceClientBufferTest.cpp | 1148 TEST_P(IOSurfaceClientBufferTest, MakeCurrent) in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.cpp | 951 EGLBoolean EGLAPIENTRY MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent() function
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 661 class MakeCurrent : public tcu::ThreadUtil::Operation class 674 MakeCurrent::MakeCurrent (EGLThread& thread, EGLDisplay display, SharedPtr<Surface> surface, Shared… in MakeCurrent() function in deqp::egl::GLES2ThreadTest::MakeCurrent
|