Home
last modified time | relevance | path

Searched refs:globalNameSpace (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DShareGroup.h114 void preSave(GlobalNameSpace *globalNameSpace);
121 explicit ShareGroup(GlobalNameSpace *globalNameSpace,
175 explicit ObjectNameManager(GlobalNameSpace *globalNameSpace);
DObjectNameSpace.h53 NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace,
114 void preSave(GlobalNameSpace *globalNameSpace);
DNamedObject.h106 GlobalNameSpace *globalNameSpace);
DSaveableTexture.h63 SaveableTexture(GlobalNameSpace* globalNameSpace, loader_t&& loader);
DTranslatorIfaces.h97 …ateGLESContext)(int majorVersion, int minorVersion, GlobalNameSpace* globalNameSpace, android::bas…
DGLEScontext.h249 GLEScontext(GlobalNameSpace* globalNameSpace, android::base::Stream* stream,
446 void initFBONameSpace(GlobalNameSpace* globalNameSpace,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DShareGroup.cpp44 ShareGroup::ShareGroup(GlobalNameSpace *globalNameSpace, in ShareGroup() argument
53 globalNameSpace, stream, loadObject); in ShareGroup()
70 void ShareGroup::preSave(GlobalNameSpace *globalNameSpace) { in preSave() argument
75 m_nameSpace[(int)NamedObjectType::TEXTURE]->preSave(globalNameSpace); in preSave()
379 ObjectNameManager::ObjectNameManager(GlobalNameSpace *globalNameSpace) : in ObjectNameManager() argument
380 m_globalNameSpace(globalNameSpace) {} in ObjectNameManager()
DObjectNameSpace.cpp38 NameSpace::NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace, in NameSpace() argument
41 m_globalNameSpace(globalNameSpace) { in NameSpace()
62 globalNameSpace->getSaveableTextureFromLoad( in NameSpace()
142 void NameSpace::preSave(GlobalNameSpace *globalNameSpace) { in preSave() argument
152 globalNameSpace->preSaveAddTex((TextureData*)obj.second.get()); in preSave()
DNamedObject.cpp30 GlobalNameSpace *globalNameSpace) { in NamedObject() argument
34 m_globalNameSpace = globalNameSpace; in NamedObject()
DSaveableTexture.cpp515 SaveableTexture::SaveableTexture(GlobalNameSpace* globalNameSpace, in SaveableTexture() argument
518 m_globalNamespace(globalNameSpace), in SaveableTexture()
DGLEScontext.cpp459 GLEScontext::GLEScontext(GlobalNameSpace* globalNameSpace, in GLEScontext() argument
572 globalNameSpace, stream, loader); in GLEScontext()
575 globalNameSpace, nullptr, loader); in GLEScontext()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h45 GLESv2Context(int maj, int min, GlobalNameSpace* globalNameSpace,
DGLESv2Context.cpp155 GLESv2Context::GLESv2Context(int maj, int min, GlobalNameSpace* globalNameSpace, in GLESv2Context() argument
157 : GLEScontext(globalNameSpace, stream, glLib) { in GLESv2Context()
186 new NameSpace(NamedObjectType::TRANSFORM_FEEDBACK, globalNameSpace, in GLESv2Context()
DGLESv2Imp.cpp83 static GLEScontext* createGLESxContext(int maj, int min, GlobalNameSpace* globalNameSpace, android:…
89 static SaveableTexture* createTexture(GlobalNameSpace* globalNameSpace,
265 GlobalNameSpace* globalNameSpace, android::base::Stream* stream) { in createGLESxContext() argument
266 return new GLESv2Context(maj, min, globalNameSpace, stream, in createGLESxContext()
382 static SaveableTexture* createTexture(GlobalNameSpace* globalNameSpace, in createTexture() argument
384 return new SaveableTexture(globalNameSpace, std::move(loader)); in createTexture()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h43 GLEScmContext(int maj, int min, GlobalNameSpace* globalNameSpace,
DGLEScmContext.cpp100 GlobalNameSpace* globalNameSpace, android::base::Stream* stream) in GLEScmContext() argument
101 : GLEScontext(globalNameSpace, stream, nullptr) { in GLEScmContext()
DGLEScmImp.cpp72 GlobalNameSpace* globalNameSpace, android::base::Stream* stream);
233 GlobalNameSpace* globalNameSpace, android::base::Stream* stream) { in createGLESContext() argument
235 return new GLEScmContext(maj, min, globalNameSpace, stream); in createGLESContext()