Home
last modified time | relevance | path

Searched refs:writeExternalFunctionCall (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.h201 void writeExternalFunctionCall(const ExternalFunctionCall& c);
DSkSLByteCodeGenerator.cpp808 void ByteCodeGenerator::writeExternalFunctionCall(const ExternalFunctionCall& f) { in writeExternalFunctionCall() function in SkSL::ByteCodeGenerator
1146 this->writeExternalFunctionCall((ExternalFunctionCall&) e); in writeExpression()
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp219 Value writeExternalFunctionCall(const ExternalFunctionCall& c);
1368 Value SkVMGenerator::writeExternalFunctionCall(const ExternalFunctionCall& c) { in writeExternalFunctionCall() function in SkSL::SkVMGenerator
1538 return this->writeExternalFunctionCall(e.as<ExternalFunctionCall>()); in writeExpression()