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);
89 friend class gpu::RefCountedThreadSafe<ShareGroup>;
91 ~ShareGroup();
101 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 189 ShareGroup* share_group,
261 ShareGroup* share_group() const {
768 scoped_refptr<ShareGroup> share_group_;
gl_in_process_context.cc 150 scoped_refptr<gles2::ShareGroup> share_group;
gles2_implementation_unittest.cc 395 bool Initialize(ShareGroup* share_group,
541 share_group_ = new ShareGroup(init_options.bind_generates_resource_client);
589 // by the ShareGroup.
613 scoped_refptr<ShareGroup> share_group_;
    [all...]
gles2_implementation.cc 87 ShareGroup* share_group,
137 (share_group ? share_group : new ShareGroup(bind_generates_resource));
    [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);
209 scoped_refptr<ShareGroup> share_group_;
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...]
  /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...]
  /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 37 class ShareGroup;
gl_manager.cc 142 gles2::ShareGroup* client_share_group = NULL;

Completed in 127 milliseconds