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

  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 47 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup> >
52 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup>
59 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup> group =
60 new WebGraphicsContext3DCommandBufferImpl::ShareGroup();
76 WebGraphicsContext3DCommandBufferImpl::ShareGroup::ShareGroup() {
79 WebGraphicsContext3DCommandBufferImpl::ShareGroup::~ShareGroup() {
107 : scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup>(
108 new ShareGroup());
    [all...]
webgraphicscontext3d_command_buffer_impl.h 61 class ShareGroup : public base::RefCountedThreadSafe<ShareGroup> {
63 ShareGroup();
96 friend class base::RefCountedThreadSafe<ShareGroup>;
97 virtual ~ShareGroup();
102 DISALLOW_COPY_AND_ASSIGN(ShareGroup);
209 scoped_refptr<ShareGroup> share_group_;
  /external/chromium_org/gpu/command_buffer/client/
share_group.cc 230 ShareGroup::ShareGroup(bool bind_generates_resource)
252 void ShareGroup::set_program_info_manager(ProgramInfoManager* manager) {
256 ShareGroup::~ShareGroup() {}
share_group.h 64 // ShareGroup manages shared resources for contexts that are sharing resources.
65 class GLES2_IMPL_EXPORT ShareGroup
66 : public gpu::RefCountedThreadSafe<ShareGroup> {
68 ShareGroup(bool bind_generates_resource);
89 friend class gpu::RefCountedThreadSafe<ShareGroup>;
91 ~ShareGroup();
101 DISALLOW_COPY_AND_ASSIGN(ShareGroup);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 157 ShareGroup::ShareGroup(GlobalNameSpace *globalNameSpace) : m_lock() {
165 ShareGroup::~ShareGroup()
176 ShareGroup::genName(NamedObjectType p_type,
189 ShareGroup::genGlobalName(NamedObjectType p_type)
198 ShareGroup::getGlobalName(NamedObjectType p_type,
208 ShareGroup::getLocalName(NamedObjectType p_type,
218 ShareGroup::deleteName(NamedObjectType p_type, ObjectLocalName p_localName)
231 ShareGroup::isObject(NamedObjectType p_type, ObjectLocalName p_localName
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 62 // the EGL/GLES layer creates objects using the ShareGroup class
67 friend class ShareGroup;
136 // class ShareGroup -
138 // there will be one inctance of ShareGroup for each user OpenGL context
140 // both will share the same ShareGroup instance.
143 class ShareGroup
146 friend class emugl::SmartPtr<ShareGroup>; // to allow destructing when ShareGroupPtr refcount reaches zero
203 explicit ShareGroup(GlobalNameSpace *globalNameSpace);
204 ~ShareGroup();
212 typedef emugl::SmartPtr<ShareGroup> ShareGroupPtr
    [all...]

Completed in 2784 milliseconds