Searched refs:typeEnum (Results 1 – 3 of 3) sorted by relevance
98 makeTypeLetter(int32_t typeEnum) { in makeTypeLetter() argument99 return types[typeEnum]; in makeTypeLetter()104 int32_t typeEnum=makeTypeEnum(type); in makeTypeProps() local105 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()106 isBigEndian=(UBool)(typeEnum&1); in makeTypeProps()308 int32_t fileLength, typeEnum; in readFile() local352 typeEnum=getTypeEnumForInputData(data.getAlias(), length, &errorCode); in readFile()353 if(typeEnum<0 || U_FAILURE(errorCode)) { in readFile()362 type=makeTypeLetter(typeEnum); in readFile()450 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()