Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DobjectNameManager.h32 enum ObjectDataType { enum
44 ObjectData(ObjectDataType type): m_dataType(type) {}; in ObjectData()
45 ObjectDataType getDataType() { return m_dataType; }; in getDataType()
48 ObjectDataType m_dataType;