Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLIRGenerator.h163 void fixRectSampling(std::vector<std::unique_ptr<Expression>>& arguments);
DSkSLIRGenerator.cpp1469 void IRGenerator::fixRectSampling(std::vector<std::unique_ptr<Expression>>& arguments) { in fixRectSampling() function in SkSL::IRGenerator
1535 this->fixRectSampling(arguments); in call()
/external/skia/src/sksl/
DSkSLIRGenerator.h163 void fixRectSampling(std::vector<std::unique_ptr<Expression>>& arguments);
DSkSLIRGenerator.cpp1470 void IRGenerator::fixRectSampling(std::vector<std::unique_ptr<Expression>>& arguments) { in fixRectSampling() function in SkSL::IRGenerator
1536 this->fixRectSampling(arguments); in call()