Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLFunctionReference.h24 : INHERITED(position, kFunctionReference_Kind, *context.fInvalid_Type) in FunctionReference()
DSkSLExpression.h34 kFunctionReference_Kind, enumerator
/external/skia/src/sksl/
DSkSLCFGGenerator.cpp405 case Expression::kFunctionReference_Kind: // fall through in addExpression()
DSkSLIRGenerator.cpp1420 if (functionValue->fKind != Expression::kFunctionReference_Kind) { in call()
1874 case Expression::kFunctionReference_Kind: in checkValid()