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

  /external/chromium_org/ui/gl/
gl_context_wgl.h 28 virtual void ReleaseCurrent(GLSurface* surface);
gl_context_glx.h 31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_osmesa.h 29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
gl_context_stub.cc 24 void GLContextStub::ReleaseCurrent(GLSurface* surface) {
gl_context_stub.h 22 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
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.h 63 virtual void ReleaseCurrent(GLSurface* surface) = 0;
gl_context_android.cc 34 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE {}
gl_context_osmesa.cc 86 void GLContextOSMesa::ReleaseCurrent(GLSurface* surface) {
gl_context_wgl.cc 102 void GLContextWGL::ReleaseCurrent(GLSurface* surface) {
gl_surface_osmesa.cc 39 current_context->ReleaseCurrent(this);
gl_context_egl.cc 136 void GLContextEGL::ReleaseCurrent(GLSurface* surface) {
gl_context.cc 33 GetCurrent()->ReleaseCurrent(NULL);
gl_context_glx.cc 132 void GLContextGLX::ReleaseCurrent(GLSurface* surface) {
138 LOG(ERROR) << "glXMakeCurrent failed in ReleaseCurrent";
gl_surface_egl.cc 196 context->ReleaseCurrent(surface.get());
440 current_context->ReleaseCurrent(this);
gl_context_cgl.cc 207 void GLContextCGL::ReleaseCurrent(GLSurface* surface) {
  /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;
mailbox_manager_unittest.cc 268 context_->ReleaseCurrent(NULL);
async_pixel_transfer_manager_egl.cc 112 context_->ReleaseCurrent(surface_.get());
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 123 context->ReleaseCurrent(surface.get());
  /external/chromium_org/content/gpu/
gpu_main.cc 448 context->ReleaseCurrent(surface.get());

Completed in 123 milliseconds