HomeSort by relevance Sort by last modified time
    Searched refs:gr_context_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc 34 gr_context_ = skia::AdoptRef(GrContext::Create(
37 if (!gr_context_)
45 if (gr_context_)
46 gr_context_->contextDestroyed();
50 if (!gr_context_)
61 gr_context_->setTextureCacheLimits(
64 gr_context_->freeGpuResources();
65 gr_context_->setTextureCacheLimits(0, 0);
grcontext_for_webgraphicscontext3d.h 27 GrContext* get() { return gr_context_.get(); }
32 skia::RefPtr<class GrContext> gr_context_; member in class:webkit::gpu::GrContextForWebGraphicsContext3D
context_provider_in_process.cc 136 if (gr_context_)
137 return gr_context_->get();
139 gr_context_.reset(
143 return gr_context_->get();
184 if (gr_context_)
185 gr_context_->SetMemoryLimit(nonzero_allocation);
context_provider_in_process.h 61 scoped_ptr<webkit::gpu::GrContextForWebGraphicsContext3D> gr_context_; member in class:webkit::gpu::ContextProviderInProcess
  /external/chromium_org/ui/compositor/
context_provider_from_context_factory.cc 43 if (!gr_context_) {
44 gr_context_.reset(
47 return gr_context_->get();
context_provider_from_context_factory.h 40 scoped_ptr<webkit::gpu::GrContextForWebGraphicsContext3D> gr_context_; member in class:ui::ContextProviderFromContextFactory
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 79 gr_context_.release();
123 if (gr_context_)
124 return gr_context_->get();
126 gr_context_.reset(
130 return gr_context_->get();
171 if (gr_context_)
172 gr_context_->SetMemoryLimit(nonzero_allocation);
context_provider_command_buffer.h 60 scoped_ptr<webkit::gpu::GrContextForWebGraphicsContext3D> gr_context_; member in class:content::ContextProviderCommandBuffer
  /external/chromium_org/cc/output/
render_surface_filters.cc 239 : gr_context_(gr_context),
268 gr_context_, desc, GrContext::kExact_ScratchTexMatch);
299 gr_context_, scratch_textures_[current_texture_].get()));
304 GrContext* gr_context_; member in class:cc::__anon6502::FilterBufferState
gl_renderer.h 433 skia::RefPtr<GrContext> gr_context_; member in class:cc::GLRenderer
gl_renderer.cc 234 gr_context_ = skia::AdoptRef(GrContext::Create(
    [all...]

Completed in 3566 milliseconds