Searched refs:getArrayInformationType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DParseHelper.cpp791 TType* t = variable->getArrayInformationType();
798 t = t->getArrayInformationType();
821 type->setArrayInformationType(variable->getArrayInformationType());
850 while(tt->getArrayInformationType() != 0) {
851 tt = tt->getArrayInformationType();
H A DSymbolTable.h81 TType* getArrayInformationType() { return arrayInformationType; } function in class:TVariable
H A DTypes.h199 TType* getArrayInformationType() const { return arrayInformationType; } function in class:TType

Completed in 2536 milliseconds