HomeSort by relevance Sort by last modified time
    Searched refs:have_context (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_image_ref_counted_memory.cc 32 void GLImageRefCountedMemory::Destroy(bool have_context) {
33 GLImageMemory::Destroy(have_context);
gl_image_ref_counted_memory.h 24 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_shared_memory.h 21 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_shared_memory.cc 53 void GLImageSharedMemory::Destroy(bool have_context) {
54 GLImageMemory::Destroy(have_context);
gl_image.h 25 virtual void Destroy(bool have_context) = 0;
gl_image_android_native_buffer.h 19 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_stub.h 18 virtual void Destroy(bool have_context) OVERRIDE {}
gl_image_android_native_buffer.cc 32 void GLImageAndroidNativeBuffer::Destroy(bool have_context) {
40 if (have_context)
45 GLImageEGL::Destroy(have_context);
gl_image_egl.h 20 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_glx.h 22 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_io_surface.h 23 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_surface_texture.h 24 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_egl.cc 37 void GLImageEGL::Destroy(bool have_context) {
gl_image_io_surface.cc 28 void GLImageIOSurface::Destroy(bool have_context) {
gl_image_memory.h 25 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_surface_texture.cc 32 void GLImageSurfaceTexture::Destroy(bool have_context) {
  /external/chromium_org/gpu/command_buffer/service/
image_manager.cc 19 void ImageManager::Destroy(bool have_context) {
22 iter->second.get()->Destroy(have_context);
image_manager.h 26 void Destroy(bool have_context);
vertex_array_manager.h 29 void Destroy(bool have_context);
vertex_array_manager.cc 26 void VertexArrayManager::Destroy(bool have_context) {
27 have_context_ = have_context;
context_group.cc 287 void ContextGroup::Destroy(GLES2Decoder* decoder, bool have_context) {
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);
query_manager.cc 68 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) {
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) OVERRIDE
    [all...]
query_manager.h 69 virtual void Destroy(bool have_context) = 0;
154 void Destroy(bool have_context);
renderbuffer_manager.cc 82 void RenderbufferManager::Destroy(bool have_context) {
83 have_context_ = have_context;
  /external/chromium_org/content/common/gpu/
stream_texture_android.h 36 virtual void Destroy(bool have_context) OVERRIDE;

Completed in 2156 milliseconds

1 2