Searched defs:have_context (Results 1 - 25 of 26) 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_surface_texture.cc32 void GLImageSurfaceTexture::Destroy(bool have_context) { argument
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_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.cc106 void GLImageMemory::Destroy(bool have_context) { argument
115 if (have_context)
H A Dgl_image_glx.cc165 void GLImageGLX::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 Dvertex_array_manager.cc26 void VertexArrayManager::Destroy(bool have_context) { argument
27 have_context_ = have_context;
H A Dshader_manager.cc141 void ShaderManager::Destroy(bool have_context) { argument
143 if (have_context) {
H A Dstream_texture_manager_in_process_android.cc26 virtual void Destroy(bool have_context) OVERRIDE;
59 void GLImageImpl::Destroy(bool have_context) { argument
H A Dbuffer_manager.cc38 void BufferManager::Destroy(bool have_context) { argument
39 have_context_ = 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 Drenderbuffer_manager.cc82 void RenderbufferManager::Destroy(bool have_context) { argument
83 have_context_ = have_context;
H A Dframebuffer_manager.cc300 void FramebufferManager::Destroy(bool have_context) { argument
301 have_context_ = 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 Dtexture_definition.cc32 virtual void Destroy(bool have_context) OVERRIDE;
70 void GLImageSync::Destroy(bool have_context) { argument
H A Din_process_command_buffer.cc452 bool have_context = context_.get() && context_->MakeCurrent(surface_.get()); local
454 decoder_->Destroy(have_context);
H A Dtexture_manager.cc44 void TextureManager::Destroy(bool have_context) { argument
45 have_context_ = have_context;
51 if (have_context) {
99 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) { argument
107 if (have_context) {
H A Dprogram_manager.cc1265 void ProgramManager::Destroy(bool have_context) { argument
1266 have_context_ = have_context;
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc71 bool have_context = decoder_->MakeCurrent(); local
72 decoder_->Destroy(have_context);
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc98 void StreamTexture::Destroy(bool have_context) { argument
H A Dtexture_image_transport_surface.cc178 bool have_context = IsContextValid(helper_.get()); local
183 if (have_context) {
193 if (fbo_id_ && have_context) {
H A Dgpu_command_buffer_stub.cc224 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);

Completed in 2230 milliseconds

12