Home
last modified time | relevance | path

Searched defs:getGlobalName (Results 1 – 12 of 12) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DTextureData.cpp86 const getGlobalName_t& getGlobalName) { in restore()
102 unsigned int TextureData::getGlobalName() const { in getGlobalName() function in TextureData
DObjectData.cpp55 const getGlobalName_t& getGlobalName) { in restore()
DGLESbuffer.cpp118 const getGlobalName_t& getGlobalName) { in restore()
DObjectNameSpace.cpp114 void NameSpace::postLoadRestore(const ObjectData::getGlobalName_t& getGlobalName) { in postLoadRestore()
189 NameSpace::getGlobalName(ObjectLocalName p_localName, bool* found) in getGlobalName() function in NameSpace
DFramebufferData.cpp55 const getGlobalName_t& getGlobalName) { in restore()
145 const getGlobalName_t& getGlobalName) { in restore()
DSaveableTexture.cpp1081 unsigned int SaveableTexture::getGlobalName() { in getGlobalName() function in SaveableTexture
DShareGroup.cpp182 ShareGroup::getGlobalName(NamedObjectType p_type, in getGlobalName() function in ShareGroup
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DTransformFeedbackData.cpp40 const getGlobalName_t& getGlobalName) { in restore()
DSamplerData.cpp57 const getGlobalName_t& getGlobalName) { in restore()
DShaderParser.cpp84 const getGlobalName_t& getGlobalName) { in restore()
DProgramData.cpp381 const getGlobalName_t& getGlobalName) { in restore()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/include/GLcommon/
DNamedObject.h108 unsigned int getGlobalName() const {return m_globalName;} in getGlobalName() function