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

12

/external/chromium_org/ui/gl/
H A Dgl_image_ref_counted_memory.cc32 void GLImageRefCountedMemory::Destroy(bool have_context) { argument
33 GLImageMemory::Destroy(have_context);
H A Dgl_image_shared_memory.cc53 void GLImageSharedMemory::Destroy(bool have_context) { argument
54 GLImageMemory::Destroy(have_context);
H A Dgl_image_ref_counted_memory.h24 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_shared_memory.h21 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_android_native_buffer.cc32 void GLImageAndroidNativeBuffer::Destroy(bool have_context) { argument
40 if (have_context)
45 GLImageEGL::Destroy(have_context);
H A Dgl_image.h25 virtual void Destroy(bool have_context) = 0;
H A Dgl_image_android_native_buffer.h19 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_egl.h20 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_glx.h22 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_io_surface.h23 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_stub.h18 virtual void Destroy(bool have_context) OVERRIDE {}
H A Dgl_image_surface_texture.h24 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_egl.cc37 void GLImageEGL::Destroy(bool have_context) { argument
H A Dgl_image_io_surface.cc28 void GLImageIOSurface::Destroy(bool have_context) { argument
H A Dgl_image_memory.h25 virtual void Destroy(bool have_context) OVERRIDE;
H A Dgl_image_surface_texture.cc32 void GLImageSurfaceTexture::Destroy(bool have_context) { argument
/external/chromium_org/gpu/command_buffer/service/
H A Dimage_manager.cc19 void ImageManager::Destroy(bool have_context) { argument
22 iter->second.get()->Destroy(have_context);
H A Dimage_manager.h26 void Destroy(bool have_context);
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.cc287 void ContextGroup::Destroy(GLES2Decoder* decoder, bool have_context) { argument
297 buffer_manager_->Destroy(have_context);
302 framebuffer_manager_->Destroy(have_context);
309 renderbuffer_manager_->Destroy(have_context);
314 texture_manager_->Destroy(have_context);
319 program_manager_->Destroy(have_context);
324 shader_manager_->Destroy(have_context);
H A Dquery_manager.cc68 virtual void Destroy(bool have_context) OVERRIDE;
124 void AsyncPixelTransfersCompletedQuery::Destroy(bool /* have_context */) {
145 virtual void Destroy(bool have_context) OVERRIDE;
186 void AllSamplesPassedQuery::Destroy(bool have_context) { argument
187 if (have_context && !IsDeleted()) {
204 virtual void Destroy(bool have_context) OVERRIDE;
234 void CommandsIssuedQuery::Destroy(bool /* have_context */) {
251 virtual void Destroy(bool have_context) OVERRIDE;
277 void CommandLatencyQuery::Destroy(bool /* have_context */) {
297 virtual void Destroy(bool have_context) OVERRID
433 Destroy(bool have_context) argument
465 Destroy(bool have_context) argument
[all...]
H A Dquery_manager.h69 virtual void Destroy(bool have_context) = 0;
154 void Destroy(bool have_context);
H A Drenderbuffer_manager.cc82 void RenderbufferManager::Destroy(bool have_context) { argument
83 have_context_ = have_context;
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.h36 virtual void Destroy(bool have_context) OVERRIDE;

Completed in 166 milliseconds

12