Searched refs:FreeContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dshare_group.h61 virtual void FreeContext(GLES2Implementation* gl_impl) = 0;
82 void FreeContext(GLES2Implementation* gl_impl) { function in class:gpu::gles2::ShareGroup
84 id_handlers_[i]->FreeContext(gl_impl);
H A Dshare_group.cc75 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {}
160 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {
223 virtual void FreeContext(GLES2Implementation* gl_impl) OVERRIDE {}
H A Dgles2_implementation.cc307 share_group_->FreeContext(this);

Completed in 257 milliseconds