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

  /external/chromium_org/ui/gl/
gl_context.h 174 scoped_refptr<GLShareGroup> share_group_; member in class:gfx::GLContext
  /external/chromium_org/content/common/gpu/
gpu_channel.h 123 gfx::GLShareGroup* share_group() const { return share_group_.get(); }
206 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:content::GpuChannel
gpu_channel_manager.h 150 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:content::GpuChannelManager
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();
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 86 return share_group_.get();
122 scoped_refptr<gfx::GLShareGroup> share_group_; member in class:gpu::GLManager
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 238 scoped_refptr<ShareGroup> share_group_; member in class:content::WebGraphicsContext3DCommandBufferImpl
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 257 return share_group_.get();
761 scoped_refptr<ShareGroup> share_group_; member in class:gpu::gles2::GLES2Implementation
gles2_implementation_unittest.cc 540 share_group_ = new ShareGroup(init_options.bind_generates_resource_service);
544 share_group_.get(),
611 scoped_refptr<ShareGroup> share_group_; member in class:gpu::gles2::GLES2ImplementationTest
    [all...]

Completed in 223 milliseconds