Home
last modified time | relevance | path

Searched defs:isCompileTimeConstant (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructorScalarCast.h50 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
DSkSLConstructorCompoundCast.h37 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
DSkSLBoolLiteral.h56 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
DSkSLFloatLiteral.h55 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
DSkSLIntLiteral.h57 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
DSkSLConstructor.h53 bool isCompileTimeConstant() const override { in isCompileTimeConstant() function
DSkSLExpression.h117 virtual bool isCompileTimeConstant() const { in isCompileTimeConstant() function