/external/chromium_org/ui/gl/ |
D | gl_context_glx.cc | 131 ReleaseCurrent(surface); in MakeCurrent() 138 ReleaseCurrent(surface); in MakeCurrent() 146 void GLContextGLX::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextGLX
|
D | gl_context_osmesa.cc | 73 ReleaseCurrent(surface); in MakeCurrent() 85 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextOSMesa
|
D | gl_context_wgl.cc | 89 ReleaseCurrent(surface); in MakeCurrent() 101 void GLContextWGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextWGL
|
D | gl_context_egl.cc | 119 ReleaseCurrent(surface); in MakeCurrent() 135 void GLContextEGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextEGL
|
D | gl_context_stub.cc | 23 void GLContextStub::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextStub
|
D | scoped_make_current.cc | 30 context_->ReleaseCurrent(surface_.get()); in ~ScopedMakeCurrent()
|
D | gl_context_wgl.h | 28 virtual void ReleaseCurrent(GLSurface* surface);
|
D | gl_context_stub.h | 22 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_context_cgl.cc | 194 ReleaseCurrent(surface); in MakeCurrent() 206 void GLContextCGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextCGL
|
D | gl_context_osmesa.h | 29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_context_nsview.h | 29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_context_cgl.h | 26 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_context_glx.h | 31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_context_egl.h | 31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_surface_osmesa.cc | 34 current_context->ReleaseCurrent(this); in Resize()
|
D | gl_context.h | 41 virtual void ReleaseCurrent(GLSurface* surface) = 0;
|
D | gl_context_android.cc | 33 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE {} in ReleaseCurrent() function in gfx::__anond3916eef0111::GLNonOwnedContext
|
D | gl_context_nsview.mm | 78 void GLContextNSView::ReleaseCurrent(GLSurface* surface) {
|
D | gl_surface_egl.cc | 206 context->ReleaseCurrent(surface.get()); in InitializeOneOff() 430 current_context->ReleaseCurrent(this); in Resize()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gl_context_virtual.cc | 64 void GLContextVirtual::ReleaseCurrent(gfx::GLSurface* surface) { in ReleaseCurrent() function in gpu::GLContextVirtual 67 shared_context_->ReleaseCurrent(surface); in ReleaseCurrent()
|
D | gl_context_virtual.h | 42 virtual void ReleaseCurrent(gfx::GLSurface* surface) OVERRIDE;
|
D | gles2_cmd_decoder_mock.h | 49 MOCK_METHOD0(ReleaseCurrent, void());
|
D | gles2_cmd_decoder.h | 129 virtual void ReleaseCurrent() = 0;
|
/external/chromium_org/gpu/config/ |
D | gpu_info_collector.cc | 121 context->ReleaseCurrent(surface.get()); in CollectGraphicsInfoGL()
|
/external/chromium_org/content/gpu/ |
D | gpu_main.cc | 354 context->ReleaseCurrent(surface.get()); in CreateDummyGlContext()
|