Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h332 const Variable* fColorParam; variable
DSkSLJIT.cpp1399 if (fColorParam == &((VariableReference&) e).fVariable) { in getVectorLValue()
1608 if (&v.fVariable == fColorParam) { in compileVectorVariableReference()
1737 fColorParam = f.fDeclaration.fParameters[2]; in compileStageFunction()