Searched refs:unMakeCurrent (Results 1 – 18 of 18) sorted by relevance
36 egl::Error unMakeCurrent(const gl::Context *context) override;
122 egl::Error IOSurfaceSurfaceVkMac::unMakeCurrent(const gl::Context *context)
23 egl::Error SurfaceImpl::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::SurfaceImpl
57 virtual egl::Error unMakeCurrent(const gl::Context *context);
38 egl::Error unMakeCurrent(const gl::Context *context) override;
135 egl::Error IOSurfaceSurfaceEAGL::unMakeCurrent(const gl::Context *context)
42 egl::Error unMakeCurrent(const gl::Context *context) override;
124 egl::Error IOSurfaceSurfaceCGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::IOSurfaceSurfaceCGL
44 egl::Error unMakeCurrent(const gl::Context *context) override;
362 egl::Error D3DTextureSurfaceWGL::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in rx::D3DTextureSurfaceWGL
43 egl::Error unMakeCurrent(const gl::Context *context) override;
298 egl::Error SurfaceMtl::unMakeCurrent(const gl::Context *context)
219 Error Surface::unMakeCurrent(const gl::Context *context) in unMakeCurrent() function in egl::Surface221 ANGLE_TRY(mImplementation->unMakeCurrent(context)); in unMakeCurrent()
73 Error unMakeCurrent(const gl::Context *context);
358 egl::Error unMakeCurrent(const egl::Display *display);
1107 ANGLE_TRY(previousContext->unMakeCurrent(this)); in makeCurrent()
516 ANGLE_TRY(unMakeCurrent(display)); in onDestroy()648 egl::Error Context::unMakeCurrent(const egl::Display *display) in unMakeCurrent() function in gl::Context8357 ANGLE_TRY(drawSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()8361 ANGLE_TRY(readSurface->unMakeCurrent(this)); in unsetDefaultFramebuffer()
254 ANGLE_EGL_TRY_RETURN(thread, oldContext->unMakeCurrent(display), "wglMakeCurrent", in wglMakeCurrent()