/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | ShareGroup.h | 114 void preSave(GlobalNameSpace *globalNameSpace); 121 explicit ShareGroup(GlobalNameSpace *globalNameSpace, 175 explicit ObjectNameManager(GlobalNameSpace *globalNameSpace);
|
D | ObjectNameSpace.h | 53 NameSpace(NamedObjectType p_type, GlobalNameSpace *globalNameSpace, 114 void preSave(GlobalNameSpace *globalNameSpace);
|
D | NamedObject.h | 106 GlobalNameSpace *globalNameSpace);
|
D | SaveableTexture.h | 63 SaveableTexture(GlobalNameSpace* globalNameSpace, loader_t&& loader);
|
D | TranslatorIfaces.h | 97 …ateGLESContext)(int majorVersion, int minorVersion, GlobalNameSpace* globalNameSpace, android::bas…
|
D | GLEScontext.h | 249 GLEScontext(GlobalNameSpace* globalNameSpace, android::base::Stream* stream, 446 void initFBONameSpace(GlobalNameSpace* globalNameSpace,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | ShareGroup.cpp | 44 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()
|
D | ObjectNameSpace.cpp | 38 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()
|
D | NamedObject.cpp | 30 GlobalNameSpace *globalNameSpace) { in NamedObject() argument 34 m_globalNameSpace = globalNameSpace; in NamedObject()
|
D | SaveableTexture.cpp | 515 SaveableTexture::SaveableTexture(GlobalNameSpace* globalNameSpace, in SaveableTexture() argument 518 m_globalNamespace(globalNameSpace), in SaveableTexture()
|
D | GLEScontext.cpp | 459 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/ |
D | GLESv2Context.h | 45 GLESv2Context(int maj, int min, GlobalNameSpace* globalNameSpace,
|
D | GLESv2Context.cpp | 155 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()
|
D | GLESv2Imp.cpp | 83 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/ |
D | GLEScmContext.h | 43 GLEScmContext(int maj, int min, GlobalNameSpace* globalNameSpace,
|
D | GLEScmContext.cpp | 100 GlobalNameSpace* globalNameSpace, android::base::Stream* stream) in GLEScmContext() argument 101 : GLEScontext(globalNameSpace, stream, nullptr) { in GLEScmContext()
|
D | GLEScmImp.cpp | 72 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()
|