Home
last modified time | relevance | path

Searched refs:kFunctionCall_Kind (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLFunctionCall.h22 : INHERITED(position, kFunctionCall_Kind, type) in FunctionCall()
DSkSLExpression.h35 kFunctionCall_Kind, enumerator
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp102 case Expression::kFunctionCall_Kind: in writeExpression()
132 if (expr.fKind != Expression::kFunctionCall_Kind) { in is_abs()
DSkSLCFGGenerator.cpp206 case Expression::kFunctionCall_Kind: { in tryRemoveExpression()
342 case Expression::kFunctionCall_Kind: { in addExpression()
DSkSLSPIRVCodeGenerator.cpp1218 case Expression::kFunctionCall_Kind: in writeExpression()