Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp147 this->writeExpression(absExpr, kTopLevel_Precedence); in writeMinAbsHack()
351 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeIndexExpression()
619 this->writeExpression(*size, kTopLevel_Precedence); in writeInterfaceBlock()
628 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
648 this->writeExpression(*size, kTopLevel_Precedence); in writeVarDeclarations()
676 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeStatement()
736 this->writeExpression(*stmt.fTest, kTopLevel_Precedence); in writeIfStatement()
753 this->writeExpression(*f.fTest, kTopLevel_Precedence); in writeForStatement()
757 this->writeExpression(*f.fNext, kTopLevel_Precedence); in writeForStatement()
765 this->writeExpression(*w.fTest, kTopLevel_Precedence); in writeWhileStatement()
[all …]
DSkSLGLSLCodeGenerator.h73 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLCPPCodeGenerator.cpp160 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
249 this->writeExpression(*c.fArguments[0], kTopLevel_Precedence); in writeFunctionCall()