Searched refs:unMakeCurrent (Results 1 – 18 of 18) sorted by relevance
37 egl::Error unMakeCurrent(const gl::Context *context) override;
136 egl::Error IOSurfaceSurfaceVkMac::unMakeCurrent(const gl::Context *context)
42 egl::Error unMakeCurrent(const gl::Context *context) override;
128 egl::Error IOSurfaceSurfaceCGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::IOSurfaceSurfaceCGL
38 egl::Error unMakeCurrent(const gl::Context *context) override;
145 egl::Error IOSurfaceSurfaceEAGL::unMakeCurrent(const gl::Context *context)
44 egl::Error unMakeCurrent(const gl::Context *context) override;
362 egl::Error D3DTextureSurfaceWGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::D3DTextureSurfaceWGL
23 egl::Error SurfaceImpl::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::SurfaceImpl
57 virtual egl::Error unMakeCurrent(const gl::Context *context);
260 Error Surface::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in egl::Surface262 ANGLE_TRY(mImplementation->unMakeCurrent(context)); in unMakeCurrent()
77 Error unMakeCurrent(const gl::Context *context);
1030 (void)context->unMakeCurrent(this); in terminate()1437 auto error = previousContext->unMakeCurrent(this); in makeCurrent()
370 egl::Error unMakeCurrent(const egl::Display *display);
675 ANGLE_TRY(unMakeCurrent(display)); in onDestroy()814 egl::Error Context::unMakeCurrent(const egl::Display *display) in unMakeCurrent() function in gl::Context9164 ANGLE_TRY(drawSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()9168 ANGLE_TRY(readSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()
51 egl::Error unMakeCurrent(const gl::Context *context) override;
155 egl::Error SurfaceMtl::unMakeCurrent(const gl::Context *context)
257 ANGLE_EGL_TRY_RETURN(thread, oldContext->unMakeCurrent(display), "wglMakeCurrent", in wglMakeCurrent()