Home
last modified time | relevance | path

Searched defs:have_context (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dvertex_array_manager.cc26 void VertexArrayManager::Destroy(bool have_context) { in Destroy()
Drenderbuffer_manager.cc82 void RenderbufferManager::Destroy(bool have_context) { in Destroy()
Dshader_manager.cc99 void ShaderManager::Destroy(bool have_context) { in Destroy()
Dcontext_group.cc280 void ContextGroup::Destroy(GLES2Decoder* decoder, bool have_context) { in Destroy()
Dquery_manager.cc194 void AllSamplesPassedQuery::Destroy(bool have_context) { in Destroy()
417 void QueryManager::Destroy(bool have_context) { in Destroy()
Dbuffer_manager.cc38 void BufferManager::Destroy(bool have_context) { in Destroy()
Dtexture_manager.cc86 void TextureManager::Destroy(bool have_context) { in Destroy()
141 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) { in RemoveTextureRef()
Din_process_command_buffer.cc440 bool have_context = context_ && context_->MakeCurrent(surface_); in DestroyOnGpuThread() local
Dframebuffer_manager.cc300 void FramebufferManager::Destroy(bool have_context) { in Destroy()
Dprogram_manager.cc1250 void ProgramManager::Destroy(bool have_context) { in Destroy()
Dgles2_cmd_decoder.cc3233 void GLES2DecoderImpl::Destroy(bool have_context) { in Destroy()
/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.cc369 bool have_context = false; in Destroy() local