/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 | mailbox_manager_unittest.cc | 268 context_->ReleaseCurrent(NULL); in TearDown()
|
D | async_pixel_transfer_manager_egl.cc | 112 context_->ReleaseCurrent(surface_.get()); in CleanUp()
|
/external/chromium_org/ui/gl/ |
D | scoped_make_current.cc | 30 context_->ReleaseCurrent(surface_.get()); in ~ScopedMakeCurrent()
|
D | gl_context_stub.cc | 24 void GLContextStub::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextStub
|
D | gl_context_wgl.h | 28 virtual void ReleaseCurrent(GLSurface* surface);
|
D | gl_context_osmesa.h | 29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
|
D | gl_context_stub.h | 22 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_context_wgl.cc | 102 void GLContextWGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextWGL
|
D | gl_context_osmesa.cc | 86 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextOSMesa
|
D | gl_surface_osmesa.cc | 47 current_context->ReleaseCurrent(this); in Resize()
|
D | gl_context_android.cc | 33 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE {} in ReleaseCurrent() function in gfx::__anon09e3011c0111::GLNonOwnedContext
|
D | gl_context_egl.cc | 136 void GLContextEGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextEGL
|
D | gl_context.h | 63 virtual void ReleaseCurrent(GLSurface* surface) = 0;
|
D | gl_context_glx.cc | 131 void GLContextGLX::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextGLX
|
D | gl_surface_egl.cc | 211 context->ReleaseCurrent(surface.get()); in InitializeOneOff() 488 current_context->ReleaseCurrent(this); in Resize()
|
D | gl_context_cgl.cc | 207 void GLContextCGL::ReleaseCurrent(GLSurface* surface) { in ReleaseCurrent() function in gfx::GLContextCGL
|
D | gl_context.cc | 33 GetCurrent()->ReleaseCurrent(NULL); in ~ScopedReleaseCurrent()
|
/external/chromium_org/gpu/config/ |
D | gpu_info_collector.cc | 123 context->ReleaseCurrent(surface.get()); in CollectGraphicsInfoGL()
|
/external/chromium_org/content/gpu/ |
D | gpu_main.cc | 459 context->ReleaseCurrent(surface.get()); in CreateDummyGlContext()
|
/external/chromium_org/content/common/gpu/media/ |
D | rendering_helper.cc | 318 gl_context_->ReleaseCurrent(gl_surface_.get()); in UnInitialize()
|