Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbolTable.cpp109 mGlInVariableWithArraySize(nullptr) in TSymbolTable()
168 if (mGlInVariableWithArraySize) in setGlInArraySize()
170 return mGlInVariableWithArraySize->getType().getOutermostArraySize() == inputArraySize; in setGlInArraySize()
175 mGlInVariableWithArraySize = in setGlInArraySize()
183 return mGlInVariableWithArraySize; in getGlInVariableWithArraySize()
380 mGlInVariableWithArraySize = nullptr; in clearCompilationResults()
DSymbolTable.h373 TVariable *mGlInVariableWithArraySize; variable