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

12

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

Completed in 438 milliseconds

12