Searched refs:fFormatArgs (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/sksl/
H A DSkSLCPPCodeGenerator.cpp94 fFormatArgs.push_back(name + ".c_str()");
110 fFormatArgs.push_back(" fragBuilder->getProgramBuilder()->samplerVariable("
148 fFormatArgs.push_back(cppCode);
151 fFormatArgs.push_back(cppCode);
154 fFormatArgs.push_back("(" + cppCode + " ? \"true\" : \"false\")");
157 fFormatArgs.push_back(cppCode + ".fX");
158 fFormatArgs.push_back(cppCode + ".fY");
162 fFormatArgs.push_back("SkGetPackedR32(" + cppCode + ") / 255.0");
163 fFormatArgs.push_back("SkGetPackedG32(" + cppCode + ") / 255.0");
164 fFormatArgs
[all...]
H A DSkSLCPPCodeGenerator.h89 std::vector<String> fFormatArgs; member in class:SkSL::CPPCodeGenerator
/external/skqp/src/sksl/
H A DSkSLCPPCodeGenerator.cpp94 fFormatArgs.push_back(name + ".c_str()");
110 fFormatArgs.push_back(" fragBuilder->getProgramBuilder()->samplerVariable("
148 fFormatArgs.push_back(cppCode);
151 fFormatArgs.push_back(cppCode);
154 fFormatArgs.push_back("(" + cppCode + " ? \"true\" : \"false\")");
157 fFormatArgs.push_back(cppCode + ".fX");
158 fFormatArgs.push_back(cppCode + ".fY");
162 fFormatArgs.push_back("SkGetPackedR32(" + cppCode + ") / 255.0");
163 fFormatArgs.push_back("SkGetPackedG32(" + cppCode + ") / 255.0");
164 fFormatArgs
[all...]
H A DSkSLCPPCodeGenerator.h89 std::vector<String> fFormatArgs; member in class:SkSL::CPPCodeGenerator

Completed in 74 milliseconds