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

  /external/chromium_org/gpu/command_buffer/client/
share_group.h 43 // ShareGroup manages shared resources for contexts that are sharing resources.
44 class GLES2_IMPL_EXPORT ShareGroup
45 : public gpu::RefCountedThreadSafe<ShareGroup> {
47 ShareGroup(bool bind_generates_resource);
64 friend class gpu::RefCountedThreadSafe<ShareGroup>;
66 ~ShareGroup();
76 DISALLOW_COPY_AND_ASSIGN(ShareGroup);
share_group.cc 183 ShareGroup::ShareGroup(bool bind_generates_resource)
209 void ShareGroup::set_program_info_manager(ProgramInfoManager* manager) {
213 ShareGroup::~ShareGroup() {}
gles2_implementation.h 177 ShareGroup* share_group,
227 ShareGroup* share_group() const {
658 scoped_refptr<ShareGroup> share_group_;
gl_in_process_context.cc 240 scoped_refptr<gles2::ShareGroup> share_group;
gles2_implementation.cc 86 ShareGroup* share_group,
128 (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 SmartPtr<ShareGroup>; // to allow destructing when ShareGroupPtr refcount reaches zero
203 explicit ShareGroup(GlobalNameSpace *globalNameSpace);
204 ~ShareGroup();
212 typedef SmartPtr<ShareGroup> ShareGroupPtr
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 163 ShareGroup::ShareGroup(GlobalNameSpace *globalNameSpace)
174 ShareGroup::~ShareGroup()
189 ShareGroup::genName(NamedObjectType p_type, ObjectLocalName p_localName, bool genLocal)
201 ShareGroup::genGlobalName(NamedObjectType p_type)
213 ShareGroup::getGlobalName(NamedObjectType p_type, ObjectLocalName p_localName)
225 ShareGroup::getLocalName(NamedObjectType p_type, unsigned int p_globalName)
237 ShareGroup::deleteName(NamedObjectType p_type, ObjectLocalName p_localName)
251 ShareGroup::isObject(NamedObjectType p_type, ObjectLocalName p_localName
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_lose_context_chromium_unittests.cc 42 TEST_F(GLLoseContextTest, ShareGroup) {
gl_manager.h 36 class ShareGroup;
gl_manager.cc 91 gles2::ShareGroup* client_share_group = NULL;
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 453 scoped_refptr<gpu::gles2::ShareGroup> share_group;
455 // Make sure two clients don't try to create a new ShareGroup
475 // Don't add ourselves to the list before others can get to our ShareGroup.
    [all...]

Completed in 6990 milliseconds