Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h123 mUniqueId(0), in TStructure()
142 mUniqueId = uniqueId; in setUniqueId()
147 ASSERT(mUniqueId != 0); in uniqueId()
148 return mUniqueId; in uniqueId()
179 int mUniqueId; variable