Searched defs:outReturn (Results 1 – 4 of 4) sorted by relevance
| /third_party/flutter/skia/modules/particles/src/ |
| D | SkParticleEffect.cpp | 59 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/ |
| D | SkSLByteCode.cpp | 355 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/ |
| D | SkSLInterpreterTest.cpp | 1009 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/ |
| D | SkSLVMCodeGenerator.cpp | 366 SkSpan<skvm::Val> outReturn) { in writeProgram() 442 SkSpan<skvm::Val> outReturn) { in writeFunction()
|