Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/gl/
Dgl_context_glx.cc131 ReleaseCurrent(surface); in MakeCurrent()
138 ReleaseCurrent(surface); in MakeCurrent()
146 void GLContextGLX::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextGLX
Dgl_context_osmesa.cc73 ReleaseCurrent(surface); in MakeCurrent()
85 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextOSMesa
Dgl_context_wgl.cc89 ReleaseCurrent(surface); in MakeCurrent()
101 void GLContextWGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextWGL
Dgl_context_egl.cc119 ReleaseCurrent(surface); in MakeCurrent()
135 void GLContextEGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextEGL
Dgl_context_stub.cc23 void GLContextStub::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextStub
Dscoped_make_current.cc30 context_->ReleaseCurrent(surface_.get()); in ~ScopedMakeCurrent()
Dgl_context_wgl.h28 virtual void ReleaseCurrent(GLSurface* surface);
Dgl_context_stub.h22 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_cgl.cc194 ReleaseCurrent(surface); in MakeCurrent()
206 void GLContextCGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextCGL
Dgl_context_osmesa.h29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
Dgl_context_nsview.h29 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_surface_osmesa.cc34 current_context->ReleaseCurrent(this); in Resize()
Dgl_context.h41 virtual void ReleaseCurrent(GLSurface* surface) = 0;
Dgl_context_android.cc33 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE {} in ReleaseCurrent() function in gfx::__anond3916eef0111::GLNonOwnedContext
Dgl_context_nsview.mm78 void GLContextNSView::ReleaseCurrent(GLSurface* surface) {
Dgl_surface_egl.cc206 context->ReleaseCurrent(surface.get()); in InitializeOneOff()
430 current_context->ReleaseCurrent(this); in Resize()
/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;
Dgles2_cmd_decoder_mock.h49 MOCK_METHOD0(ReleaseCurrent, void());
Dgles2_cmd_decoder.h129 virtual void ReleaseCurrent() = 0;
/external/chromium_org/gpu/config/
Dgpu_info_collector.cc121 context->ReleaseCurrent(surface.get()); in CollectGraphicsInfoGL()
/external/chromium_org/content/gpu/
Dgpu_main.cc354 context->ReleaseCurrent(surface.get()); in CreateDummyGlContext()

12