Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp315 [[nodiscard]] bool pushConstructorMatrixResize(const ConstructorMatrixResize& c);
2222 return this->pushConstructorMatrixResize(e.as<ConstructorMatrixResize>()); in pushExpression()
2972 bool Generator::pushConstructorMatrixResize(const ConstructorMatrixResize& c) { in pushConstructorMatrixResize() function in SkSL::RP::Generator