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

  /external/chromium_org/gpu/command_buffer/client/
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);
91 friend class gpu::RefCountedThreadSafe<ShareGroup>;
93 ~ShareGroup();
103 DISALLOW_COPY_AND_ASSIGN(ShareGroup);
share_group.cc 230 ShareGroup::ShareGroup(bool bind_generates_resource)
252 void ShareGroup::set_program_info_manager(ProgramInfoManager* manager) {
256 ShareGroup::~ShareGroup() {}
gles2_implementation.h 186 ShareGroup* share_group,
256 ShareGroup* share_group() const {
761 scoped_refptr<ShareGroup> share_group_;
gl_in_process_context.cc 200 scoped_refptr<gles2::ShareGroup> share_group;
gles2_implementation_unittest.cc 395 bool Initialize(ShareGroup* share_group,
540 share_group_ = new ShareGroup(init_options.bind_generates_resource_service);
587 // by the ShareGroup.
611 scoped_refptr<ShareGroup> share_group_;
    [all...]
gles2_implementation.cc 87 ShareGroup* share_group,
137 (share_group ? share_group : new ShareGroup(bind_generates_resource));
    [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...]
  /external/chromium_org/content/common/gpu/client/
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);
238 scoped_refptr<ShareGroup> share_group_;
webgraphicscontext3d_command_buffer_impl.cc 48 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup> >
53 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup>
60 scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup> group =
61 new WebGraphicsContext3DCommandBufferImpl::ShareGroup();
99 WebGraphicsContext3DCommandBufferImpl::ShareGroup::ShareGroup() {
102 WebGraphicsContext3DCommandBufferImpl::ShareGroup::~ShareGroup() {
130 : scoped_refptr<WebGraphicsContext3DCommandBufferImpl::ShareGroup>(
131 new ShareGroup());
    [all...]
  /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...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_lose_context_chromium_unittest.cc 42 TEST_F(GLLoseContextTest, ShareGroup) {
gl_manager.h 40 class ShareGroup;
gl_manager.cc 93 gles2::ShareGroup* client_share_group = NULL;

Completed in 340 milliseconds