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

  /external/chromium_org/mojo/services/native_viewport/
gpu_impl.cc 17 : share_group_(share_group), mailbox_manager_(mailbox_manager) {
31 share_group_.get(),
39 new CommandBufferImpl(share_group_.get(), mailbox_manager_.get()),
main.cc 26 : share_group_(new gfx::GLShareGroup),
86 BindToRequest(new GpuImpl(share_group_.get(), mailbox_manager_.get()),
97 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:mojo::NativeViewportAppDelegate
gpu_impl.h 43 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:mojo::GpuImpl
  /external/chromium_org/ui/gl/
gl_context.cc 55 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) {
56 if (!share_group_.get())
57 share_group_ = new GLShareGroup;
59 share_group_->AddContext(this);
63 share_group_->RemoveContext(this);
130 return share_group_.get();
gl_context.h 174 scoped_refptr<GLShareGroup> share_group_; member in class:gfx::GLContext
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 103 share_group_ = share_context->share_group_;
105 share_group_ = attributes_.shareResources
213 share_group_lock.reset(new base::AutoLock(share_group_->lock()));
214 share_context = share_group_->GetAnyContextLocked();
263 share_group_->AddContextLocked(this);
288 share_group_->RemoveContext(this);
395 share_group_->RemoveAllContexts();
webgraphicscontext3d_command_buffer_impl.h 209 scoped_refptr<ShareGroup> share_group_; member in class:content::WebGraphicsContext3DCommandBufferImpl
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 79 return share_group_.get();
117 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:gpu::GLManager
gl_manager.cc 156 share_group_ =
196 share_group_.get(), base_context_->get(), decoder_->AsWeakPtr()));
202 share_group_.get(), real_gl_context, decoder_->AsWeakPtr()));
206 context_ = gfx::GLContext::CreateGLContext(share_group_.get(),
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.h 73 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:mojo::CommandBufferImpl
command_buffer_impl.cc 53 share_group_(share_group),
64 share_group_(share_group),
94 share_group_.get(), surface_.get(), gfx::PreferIntegratedGpu);
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc 79 GpuMemoryManagerClient* share_group_; member in class:content::FakeClient
89 share_group_(share_group),
91 if (!share_group_) {
104 share_group_(NULL),
138 if (share_group_)
139 return share_group_->GetMemoryTracker();
gpu_channel.h 115 gfx::GLShareGroup* share_group() const { return share_group_.get(); }
206 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:content::GpuChannel
gpu_channel_manager.cc 178 if (!share_group_.get()) {
179 share_group_ = new gfx::GLShareGroup;
183 share_group = share_group_.get();
gpu_channel_manager.h 141 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:content::GpuChannelManager
gpu_channel.cc 407 share_group_(share_group ? share_group : new gfx::GLShareGroup),
  /external/chromium_org/mojo/shell/
context.cc 118 : share_group_(new gfx::GLShareGroup),
152 BindToRequest(new GpuImpl(share_group_.get(), mailbox_manager_.get()),
156 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:mojo::shell::Context::NativeViewportApplicationLoader
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc 136 share_group_ =
138 DCHECK(share_group_->bind_generates_resource() == bind_generates_resource);
210 (share_group_->bind_generates_resource() ? 1 : 0)) {
307 share_group_->FreeContext(this);
327 return share_group_->GetIdHandler(namespace_id);
728 if (share_group_->bind_generates_resource()) {
734 if (share_group_->bind_generates_resource()) {
750 if (share_group_->bind_generates_resource()) {
756 if (share_group_->bind_generates_resource()) {
762 if (share_group_->bind_generates_resource())
    [all...]
gles2_implementation.h 262 return share_group_.get();
768 scoped_refptr<ShareGroup> share_group_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation_impl_autogen.h 496 if (share_group_->bind_generates_resource())
525 if (share_group_->bind_generates_resource())
547 if (share_group_->bind_generates_resource())
568 if (share_group_->bind_generates_resource())
    [all...]
gles2_implementation_unittest.cc 541 share_group_ = new ShareGroup(init_options.bind_generates_resource_client);
545 share_group_.get(),
613 scoped_refptr<ShareGroup> share_group_; member in class:gpu::gles2::GLES2ImplementationTest
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 174 milliseconds