Home
last modified time | relevance | path

Searched defs:getConstantSubexpression (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructorSplat.h41 const Expression* getConstantSubexpression(int n) const override { in getConstantSubexpression() function
DSkSLConstructorMatrixResize.cpp30 const Expression* ConstructorMatrixResize::getConstantSubexpression(int n) const { in getConstantSubexpression() function in SkSL::ConstructorMatrixResize
DSkSLConstructorDiagonalMatrix.cpp24 const Expression* ConstructorDiagonalMatrix::getConstantSubexpression(int n) const { in getConstantSubexpression() function in SkSL::ConstructorDiagonalMatrix
DSkSLBoolLiteral.h72 const Expression* getConstantSubexpression(int n) const override { in getConstantSubexpression() function
DSkSLFloatLiteral.h78 const Expression* getConstantSubexpression(int n) const override { in getConstantSubexpression() function
DSkSLIntLiteral.h80 const Expression* getConstantSubexpression(int n) const override { in getConstantSubexpression() function
DSkSLConstructor.cpp137 const Expression* AnyConstructor::getConstantSubexpression(int n) const { in getConstantSubexpression() function in SkSL::AnyConstructor
DSkSLExpression.h166 virtual const Expression* getConstantSubexpression(int n) const { in getConstantSubexpression() function