Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp89 fFormatArgs.push_back(name + ".c_str()"); in writeIndexExpression()
105 fFormatArgs.push_back(" fragBuilder->getProgramBuilder()->samplerVariable(" in writeIndexExpression()
139 fFormatArgs.push_back(cppCode); in writeRuntimeValue()
142 fFormatArgs.push_back(cppCode); in writeRuntimeValue()
145 fFormatArgs.push_back("(" + cppCode + " ? \"true\" : \"false\")"); in writeRuntimeValue()
148 fFormatArgs.push_back(cppCode + ".fX"); in writeRuntimeValue()
149 fFormatArgs.push_back(cppCode + ".fY"); in writeRuntimeValue()
181 fFormatArgs.push_back(String("args.fInputColor ? args.fInputColor : \"vec4(1)\"")); in writeVariableReference()
185 fFormatArgs.push_back(String("args.fOutputColor")); in writeVariableReference()
190 fFormatArgs.push_back("fragBuilder->getProgramBuilder()->samplerVariable(" + in writeVariableReference()
[all …]
DSkSLCPPCodeGenerator.h79 std::vector<String> fFormatArgs; variable