Searched refs:have_context (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_array_manager.cc26 void VertexArrayManager::Destroy(bool have_context) { argument
27 have_context_ = have_context;
H A Dvertex_array_manager.h29 void Destroy(bool have_context);
H A Dcontext_group.cc280 void ContextGroup::Destroy(GLES2Decoder* decoder, bool have_context) { argument
290 buffer_manager_->Destroy(have_context);
295 framebuffer_manager_->Destroy(have_context);
302 renderbuffer_manager_->Destroy(have_context);
307 texture_manager_->Destroy(have_context);
312 program_manager_->Destroy(have_context);
317 shader_manager_->Destroy(have_context);
H A Dquery_manager.cc73 virtual void Destroy(bool have_context) OVERRIDE;
132 void AsyncPixelTransfersCompletedQuery::Destroy(bool /* have_context */) {
153 virtual void Destroy(bool have_context) OVERRIDE;
194 void AllSamplesPassedQuery::Destroy(bool have_context) { argument
195 if (have_context && !IsDeleted()) {
212 virtual void Destroy(bool have_context) OVERRIDE;
242 void CommandsIssuedQuery::Destroy(bool /* have_context */) {
259 virtual void Destroy(bool have_context) OVERRIDE;
285 void CommandLatencyQuery::Destroy(bool /* have_context */) {
305 virtual void Destroy(bool have_context) OVERRID
417 Destroy(bool have_context) argument
[all...]
H A Dquery_manager.h69 virtual void Destroy(bool have_context) = 0;
156 void Destroy(bool have_context);
H A Drenderbuffer_manager.cc82 void RenderbufferManager::Destroy(bool have_context) { argument
83 have_context_ = have_context;
H A Dgles2_cmd_decoder_mock.h44 MOCK_METHOD1(Destroy, void(bool have_context));
H A Drenderbuffer_manager.h152 void Destroy(bool have_context);
H A Dshader_manager.cc99 void ShaderManager::Destroy(bool have_context) { argument
101 if (have_context) {
H A Dcontext_group.h62 void Destroy(GLES2Decoder* decoder, bool have_context);
H A Dgles2_cmd_decoder.h115 virtual void Destroy(bool have_context) = 0;
H A Dshader_manager.h178 void Destroy(bool have_context);
H A Dbuffer_manager.cc38 void BufferManager::Destroy(bool have_context) { argument
39 have_context_ = have_context;
H A Dbuffer_manager.h182 void Destroy(bool have_context);
H A Dframebuffer_manager.h227 void Destroy(bool have_context);
H A Dprogram_manager.h353 void Destroy(bool have_context);
H A Dframebuffer_manager.cc300 void FramebufferManager::Destroy(bool have_context) { argument
301 have_context_ = have_context;
H A Din_process_command_buffer.cc440 bool have_context = context_ && context_->MakeCurrent(surface_); local
442 decoder_->Destroy(have_context);
H A Dtexture_manager.h183 void RemoveTextureRef(TextureRef* ref, bool have_context);
519 void Destroy(bool have_context);
H A Dtexture_manager.cc86 void TextureManager::Destroy(bool have_context) { argument
87 have_context_ = have_context;
93 if (have_context) {
141 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) { argument
149 if (have_context) {
H A Dprogram_manager.cc1250 void ProgramManager::Destroy(bool have_context) { argument
1251 have_context_ = have_context;
H A Dgles2_cmd_decoder.cc575 virtual void Destroy(bool have_context) OVERRIDE;
3233 void GLES2DecoderImpl::Destroy(bool have_context) { argument
3237 DCHECK(!have_context || context_->IsCurrent(NULL));
3256 if (have_context) {
3329 query_manager_->Destroy(have_context);
3334 vertex_array_manager_->Destroy(have_context);
3354 group_->Destroy(this, have_context);
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc369 bool have_context = false; local
372 have_context = decoder_->MakeCurrent();
378 decoder_->Destroy(have_context);

Completed in 292 milliseconds