Home
last modified time | relevance | path

Searched defs:outReturn (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp59 void call(int index, float* arguments, float* outReturn) override { in call()
104 void call(int index, float* arguments, float* outReturn) override { in call()
167 void call(int index, float* arguments, float* outReturn) override { in call()
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp355 float* outReturn[], VValue globals[], bool stripedOutput, int N, in innerRun()
1068 bool ByteCode::run(const ByteCodeFunction* f, float* args, float* outReturn, int N, in run()
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp1009 void call(int /*unusedIndex*/, float* arguments, float* outReturn) override { in call()
1073 void call(int /*unusedIndex*/, float* arguments, float* outReturn) override { in call()
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp366 SkSpan<skvm::Val> outReturn) { in writeProgram()
442 SkSpan<skvm::Val> outReturn) { in writeFunction()