Searched refs:structureSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTypes.h88 maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0), typeName(0)
93 maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0), typeName(0)
102 maxArraySize(0), arrayInformationType(0), structure(userDef), structureSize(0), fieldName(0), mangled(0)
145 structureSize = copyOf.structureSize;
286 mutable int structureSize; member in class:TType
H A DSymbolTable.cpp67 if (structureSize == 0)
69 structureSize += ((*tl).type)->getObjectSize();
71 return structureSize;

Completed in 70 milliseconds