Home
last modified time | relevance | path

Searched refs:setArrayInformationType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DTypes.h438 void setArrayInformationType(TType* t) { arrayInformationType = t; } in setArrayInformationType() function
DParseHelper.cpp902 type->setArrayInformationType(variable->getArrayInformationType()); in arraySetMaxSize()