Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DClampPointSize.cpp31 TIntermSymbol *pointSizeNode = new TIntermSymbol(BuiltInVariable::gl_PointSize()); in ClampPointSize() local
40 minArguments.push_back(pointSizeNode->deepCopy()); in ClampPointSize()
46 TIntermBinary *assignPointSize = new TIntermBinary(EOpAssign, pointSizeNode, clampedPointSize); in ClampPointSize()