Searched refs:typeEnum (Results 1 – 3 of 3) sorted by relevance
100 makeTypeLetter(int32_t typeEnum) { in makeTypeLetter() argument101 return types[typeEnum]; in makeTypeLetter()106 int32_t typeEnum=makeTypeEnum(type); in makeTypeProps() local107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()108 isBigEndian=(UBool)(typeEnum&1); in makeTypeProps()310 int32_t fileLength, typeEnum; in readFile() local354 typeEnum=getTypeEnumForInputData(data.getAlias(), length, &errorCode); in readFile()355 if(typeEnum<0 || U_FAILURE(errorCode)) { in readFile()364 type=makeTypeLetter(typeEnum); in readFile()452 int32_t itemLength, typeEnum; in readPackage() local[all …]
48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType() argument654 , m_glTypeEnum (typeEnum) in AttribType()