Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbolTable.cpp105 mGlInVariableWithArraySize(nullptr) in TSymbolTable()
164 if (mGlInVariableWithArraySize) in setGlInArraySize()
166 return mGlInVariableWithArraySize->getType().getOutermostArraySize() == inputArraySize; in setGlInArraySize()
171 mGlInVariableWithArraySize = in setGlInArraySize()
179 return mGlInVariableWithArraySize; in getGlInVariableWithArraySize()
376 mGlInVariableWithArraySize = nullptr; in clearCompilationResults()
DSymbolTable.h343 TVariable *mGlInVariableWithArraySize; variable