Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dpackage.cpp100 makeTypeLetter(int32_t typeEnum) { in makeTypeLetter() argument
101 return types[typeEnum]; in makeTypeLetter()
106 int32_t typeEnum=makeTypeEnum(type); in makeTypeProps() local
107 charset=(uint8_t)(typeEnum>>1); in makeTypeProps()
108 isBigEndian=(UBool)(typeEnum&1); in makeTypeProps()
310 int32_t fileLength, typeEnum; in readFile() local
354 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 …]
/external/mesa3d/src/mesa/main/
Dperformance_query.c312 GLuint *typeEnum, in _mesa_GetPerfCounterInfoINTEL() argument
376 if (typeEnum) in _mesa_GetPerfCounterInfoINTEL()
377 *typeEnum = counterTypeEnum; in _mesa_GetPerfCounterInfoINTEL()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.hpp48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
DglsAttributeLocationTests.cpp651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType() argument
654 , m_glTypeEnum (typeEnum) in AttribType()