Home
last modified time | relevance | path

Searched refs:ReleaseCurrent (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
Dgl_context_virtual.cc64 void GLContextVirtual::ReleaseCurrent(gfx::GLSurface* surface) { in ReleaseCurrent() function in gpu::GLContextVirtual
67 shared_context_->ReleaseCurrent(surface); in ReleaseCurrent()
Dgl_context_virtual.h42 virtual void ReleaseCurrent(gfx::GLSurface* surface) OVERRIDE;
Dmailbox_manager_unittest.cc268 context_->ReleaseCurrent(NULL); in TearDown()
Dasync_pixel_transfer_manager_egl.cc112 context_->ReleaseCurrent(surface_.get()); in CleanUp()
/external/chromium_org/ui/gl/
Dscoped_make_current.cc30 context_->ReleaseCurrent(surface_.get()); in ~ScopedMakeCurrent()
Dgl_context_stub.cc24 void GLContextStub::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextStub
Dgl_context_wgl.h28 virtual void ReleaseCurrent(GLSurface* surface);
Dgl_context_osmesa.h29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_stub.h22 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_cgl.h26 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_glx.h31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_egl.h31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_wgl.cc102 void GLContextWGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextWGL
Dgl_context_osmesa.cc86 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextOSMesa
Dgl_surface_osmesa.cc47 current_context->ReleaseCurrent(this); in Resize()
Dgl_context_android.cc33 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE {} in ReleaseCurrent() function in gfx::__anon09e3011c0111::GLNonOwnedContext
Dgl_context_egl.cc136 void GLContextEGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextEGL
Dgl_context.h63 virtual void ReleaseCurrent(GLSurface* surface) = 0;
Dgl_context_glx.cc131 void GLContextGLX::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextGLX
Dgl_surface_egl.cc211 context->ReleaseCurrent(surface.get()); in InitializeOneOff()
488 current_context->ReleaseCurrent(this); in Resize()
Dgl_context_cgl.cc207 void GLContextCGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextCGL
Dgl_context.cc33 GetCurrent()->ReleaseCurrent(NULL); in ~ScopedReleaseCurrent()
/external/chromium_org/gpu/config/
Dgpu_info_collector.cc123 context->ReleaseCurrent(surface.get()); in CollectGraphicsInfoGL()
/external/chromium_org/content/gpu/
Dgpu_main.cc459 context->ReleaseCurrent(surface.get()); in CreateDummyGlContext()
/external/chromium_org/content/common/gpu/media/
Drendering_helper.cc318 gl_context_->ReleaseCurrent(gl_surface_.get()); in UnInitialize()

12