Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLIRGenerator.h122 std::unique_ptr<Expression> convertCompoundConstructor(
DSkSLIRGenerator.cpp1667 std::unique_ptr<Expression> IRGenerator::convertCompoundConstructor( in convertCompoundConstructor() function in SkSL::IRGenerator
1737 return this->convertCompoundConstructor(offset, type, std::move(args)); in convertConstructor()
/external/skia/src/sksl/
DSkSLIRGenerator.h122 std::unique_ptr<Expression> convertCompoundConstructor(
DSkSLIRGenerator.cpp1668 std::unique_ptr<Expression> IRGenerator::convertCompoundConstructor( in convertCompoundConstructor() function in SkSL::IRGenerator
1738 return this->convertCompoundConstructor(offset, type, std::move(args)); in convertConstructor()