Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp253 mLineRasterEmulationVar(nullptr), in SpecConst()
278 if (mLineRasterEmulationVar != nullptr) in declareSpecConsts()
319 if (mLineRasterEmulationVar == nullptr) in getLineRasterEmulation()
324 mLineRasterEmulationVar = new TVariable(mSymbolTable, kLineRasterEmulationSpecConstVarName, in getLineRasterEmulation()
328 return new TIntermSymbol(mLineRasterEmulationVar); in getLineRasterEmulation()
DSpecializationConstant.h62 TVariable *mLineRasterEmulationVar; variable