Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLIRGenerator.h134 std::unique_ptr<Expression> convertCompoundConstructor(
DSkSLIRGenerator.cpp1276 std::unique_ptr<Expression> IRGenerator::convertCompoundConstructor( in convertCompoundConstructor() function in SkSL::IRGenerator
1348 return this->convertCompoundConstructor(position, type, std::move(args)); in convertConstructor()