Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/mac/
DIOSurfaceSurfaceVkMac.h36 egl::Error unMakeCurrent(const gl::Context *context) override;
DIOSurfaceSurfaceVkMac.mm122 egl::Error IOSurfaceSurfaceVkMac::unMakeCurrent(const gl::Context *context)
/external/angle/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);
/external/angle/src/libANGLE/renderer/gl/eagl/
DIOSurfaceSurfaceEAGL.h38 egl::Error unMakeCurrent(const gl::Context *context) override;
DIOSurfaceSurfaceEAGL.mm135 egl::Error IOSurfaceSurfaceEAGL::unMakeCurrent(const gl::Context *context)
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.h42 egl::Error unMakeCurrent(const gl::Context *context) override;
DIOSurfaceSurfaceCGL.cpp124 egl::Error IOSurfaceSurfaceCGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::IOSurfaceSurfaceCGL
/external/angle/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
/external/angle/src/libANGLE/renderer/metal/
DSurfaceMtl.h43 egl::Error unMakeCurrent(const gl::Context *context) override;
DSurfaceMtl.mm298 egl::Error SurfaceMtl::unMakeCurrent(const gl::Context *context)
/external/angle/src/libANGLE/
DSurface.cpp219 Error Surface::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in egl::Surface
221 ANGLE_TRY(mImplementation->unMakeCurrent(context)); in unMakeCurrent()
DSurface.h73 Error unMakeCurrent(const gl::Context *context);
DContext.h358 egl::Error unMakeCurrent(const egl::Display *display);
DDisplay.cpp1107 ANGLE_TRY(previousContext->unMakeCurrent(this)); in makeCurrent()
DContext.cpp516 ANGLE_TRY(unMakeCurrent(display)); in onDestroy()
648 egl::Error Context::unMakeCurrent(const egl::Display *display) in unMakeCurrent() function in gl::Context
8357 ANGLE_TRY(drawSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()
8361 ANGLE_TRY(readSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()
/external/angle/src/libGL/
Dentry_points_wgl.cpp254 ANGLE_EGL_TRY_RETURN(thread, oldContext->unMakeCurrent(display), "wglMakeCurrent", in wglMakeCurrent()