Home
last modified time | relevance | path

Searched refs:m_globalTexObj (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp847 m_globalTexObj.reset(new NamedObject( in restore()
849 if (!m_globalTexObj) { in restore()
855 m_globalName = m_globalTexObj->getGlobalName(); in restore()
1045 return m_globalTexObj; in getGlobalObject()
1053 eglImage->globalTexObj = m_globalTexObj; in fillEglImage()
1082 if (m_globalTexObj) { in getGlobalName()
1083 return m_globalTexObj->getGlobalName(); in getGlobalName()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DSaveableTexture.h105 NamedObjectPtr m_globalTexObj = nullptr; variable