HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseCurrent (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_context_stub.h 22 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_wgl.h 28 virtual void ReleaseCurrent(GLSurface* surface);
gl_context_glx.h 31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_nsview.h 30 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_osmesa.h 29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_stub.cc 23 void GLContextStub::ReleaseCurrent(GLSurface* surface) {
scoped_make_current.cc 30 context_->ReleaseCurrent(surface_.get());
gl_context_cgl.h 26 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_egl.h 31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_osmesa.cc 73 ReleaseCurrent(surface);
85 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) {
gl_context_wgl.cc 89 ReleaseCurrent(surface);
101 void GLContextWGL::ReleaseCurrent(GLSurface* surface) {
gl_context_glx.cc 131 ReleaseCurrent(surface);
138 ReleaseCurrent(surface);
146 void GLContextGLX::ReleaseCurrent(GLSurface* surface) {
152 LOG(ERROR) << "glXMakeCurrent failed in ReleaseCurrent";
gl_context_egl.cc 120 ReleaseCurrent(surface);
136 void GLContextEGL::ReleaseCurrent(GLSurface* surface) {
gl_context.h 41 virtual void ReleaseCurrent(GLSurface* surface) = 0;
gl_surface_osmesa.cc 34 current_context->ReleaseCurrent(this);
gl_context_android.cc 34 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE {}
gl_context_cgl.cc 194 ReleaseCurrent(surface);
206 void GLContextCGL::ReleaseCurrent(GLSurface* surface) {
gl_surface_egl.cc 392 current_context->ReleaseCurrent(this);
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 64 void GLContextVirtual::ReleaseCurrent(gfx::GLSurface* surface) {
67 shared_context_->ReleaseCurrent(surface);
gl_context_virtual.h 42 virtual void ReleaseCurrent(gfx::GLSurface* surface) OVERRIDE;
gles2_cmd_decoder.h 134 virtual void ReleaseCurrent() = 0;
gles2_cmd_decoder_mock.h 50 MOCK_METHOD0(ReleaseCurrent, void());
async_pixel_transfer_manager_egl.cc 115 context_->ReleaseCurrent(surface_.get());
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 121 context->ReleaseCurrent(surface.get());
  /external/chromium_org/content/gpu/
gpu_main.cc 331 context->ReleaseCurrent(surface.get());

Completed in 604 milliseconds

1 2