Home
last modified time | relevance | path

Searched refs:unMakeCurrent (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.h37 egl::Error unMakeCurrent(const gl::Context *context) override;
DIOSurfaceSurfaceVkMac.mm136 egl::Error IOSurfaceSurfaceVkMac::unMakeCurrent(const gl::Context *context)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.h42 egl::Error unMakeCurrent(const gl::Context *context) override;
DIOSurfaceSurfaceCGL.cpp128 egl::Error IOSurfaceSurfaceCGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::IOSurfaceSurfaceCGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.h38 egl::Error unMakeCurrent(const gl::Context *context) override;
DIOSurfaceSurfaceEAGL.mm145 egl::Error IOSurfaceSurfaceEAGL::unMakeCurrent(const gl::Context *context)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.h44 egl::Error unMakeCurrent(const gl::Context *context) override;
DD3DTextureSurfaceWGL.cpp362 egl::Error D3DTextureSurfaceWGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::D3DTextureSurfaceWGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DSurfaceImpl.cpp23 egl::Error SurfaceImpl::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::SurfaceImpl
DSurfaceImpl.h57 virtual egl::Error unMakeCurrent(const gl::Context *context);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp260 Error Surface::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in egl::Surface
262 ANGLE_TRY(mImplementation->unMakeCurrent(context)); in unMakeCurrent()
DSurface.h77 Error unMakeCurrent(const gl::Context *context);
DDisplay.cpp1030 (void)context->unMakeCurrent(this); in terminate()
1437 auto error = previousContext->unMakeCurrent(this); in makeCurrent()
DContext.h370 egl::Error unMakeCurrent(const egl::Display *display);
DContext.cpp675 ANGLE_TRY(unMakeCurrent(display)); in onDestroy()
814 egl::Error Context::unMakeCurrent(const egl::Display *display) in unMakeCurrent() function in gl::Context
9164 ANGLE_TRY(drawSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()
9168 ANGLE_TRY(readSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSurfaceMtl.h51 egl::Error unMakeCurrent(const gl::Context *context) override;
DSurfaceMtl.mm155 egl::Error SurfaceMtl::unMakeCurrent(const gl::Context *context)
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp257 ANGLE_EGL_TRY_RETURN(thread, oldContext->unMakeCurrent(display), "wglMakeCurrent", in wglMakeCurrent()