Searched refs:structureSize (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | Types.h | 88 …maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0)… in type() 93 …maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0)… in TType() 102 …maxArraySize(0), arrayInformationType(0), structure(userDef), structureSize(0), fieldName(0), mang… in type() 145 structureSize = copyOf.structureSize; in copyType() 286 mutable int structureSize; variable
|
D | SymbolTable.cpp | 67 if (structureSize == 0) in getStructSize() 69 structureSize += ((*tl).type)->getObjectSize(); in getStructSize() 71 return structureSize; in getStructSize()
|