HomeSort by relevance Sort by last modified time
    Searched defs:ObjectDataType (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 32 enum ObjectDataType {
44 ObjectData(ObjectDataType type): m_dataType(type) {};
45 ObjectDataType getDataType() { return m_dataType; };
48 ObjectDataType m_dataType;
  /frameworks/compile/slang/
slang_rs_export_type.h 82 ObjectDataType

Completed in 106 milliseconds