HomeSort by relevance Sort by last modified time
    Searched full:have_context (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/gpu/command_buffer/service/
query_manager.h 69 virtual void Destroy(bool have_context) = 0;
154 void Destroy(bool have_context);
shader_manager.cc 141 void ShaderManager::Destroy(bool have_context) {
143 if (have_context) {
context_group.h 60 void Destroy(GLES2Decoder* decoder, bool have_context);
gles2_cmd_decoder_mock.h 48 MOCK_METHOD1(Destroy, void(bool have_context));
renderbuffer_manager.h 152 void Destroy(bool have_context);
buffer_manager.cc 38 void BufferManager::Destroy(bool have_context) {
39 have_context_ = have_context;
texture_definition.cc 32 virtual void Destroy(bool have_context) OVERRIDE;
70 void GLImageSync::Destroy(bool have_context) {
framebuffer_manager.h 240 void Destroy(bool have_context);
shader_manager.h 178 void Destroy(bool have_context);
framebuffer_manager.cc 300 void FramebufferManager::Destroy(bool have_context) {
301 have_context_ = have_context;
buffer_manager.h 182 void Destroy(bool have_context);
gles2_cmd_decoder.h 119 virtual void Destroy(bool have_context) = 0;
texture_manager.cc 44 void TextureManager::Destroy(bool have_context) {
45 have_context_ = have_context;
51 if (have_context) {
99 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) {
107 if (have_context) {
    [all...]
program_manager.h 364 void Destroy(bool have_context);
in_process_command_buffer.cc 452 bool have_context = context_.get() && context_->MakeCurrent(surface_.get()); local
454 decoder_->Destroy(have_context);
texture_manager.h 177 void RemoveTextureRef(TextureRef* ref, bool have_context);
501 void Destroy(bool have_context);
program_manager.cc     [all...]
gles2_cmd_decoder.cc 589 virtual void Destroy(bool have_context) OVERRIDE;
    [all...]
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 71 bool have_context = decoder_->MakeCurrent(); local
72 decoder_->Destroy(have_context);
  /external/chromium_org/ui/gl/
gl_image_memory.cc 106 void GLImageMemory::Destroy(bool have_context) {
115 if (have_context)
gl_image_glx.cc 165 void GLImageGLX::Destroy(bool have_context) {
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 178 bool have_context = IsContextValid(helper_.get()); local
183 if (have_context) {
193 if (fbo_id_ && have_context) {
gpu_command_buffer_stub.cc 224 bool have_context = false; local
235 have_context = true;
285 if (have_context) {
429 bool have_context = false; local
432 have_context = decoder_->MakeCurrent();
438 decoder_->Destroy(have_context);
    [all...]
stream_texture_android.cc 98 void StreamTexture::Destroy(bool have_context) {

Completed in 2253 milliseconds

12