Searched refs:toMetal (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLCompiler.h | 117 bool toMetal(Program& program, OutputStream& out); 119 bool toMetal(Program& program, String* out);
|
D | SkSLMain.cpp | 106 if (!program || !compiler.toMetal(*program, out)) { in main()
|
D | SkSLCompiler.cpp | 1447 bool Compiler::toMetal(Program& program, OutputStream& out) { in toMetal() function in SkSL::Compiler 1456 bool Compiler::toMetal(Program& program, String* out) { in toMetal() function in SkSL::Compiler 1461 bool result = this->toMetal(program, buffer); in toMetal()
|
/third_party/skia/fuzz/oss_fuzz/ |
D | FuzzSKSL2Metal.cpp | 23 if (!program || !compiler.toMetal(*program, &output)) { in FuzzSKSL2Metal()
|
/third_party/flutter/skia/fuzz/oss_fuzz/ |
D | FuzzSKSL2Metal.cpp | 24 if (!program || !compiler.toMetal(*program, &output)) { in FuzzSKSL2Metal()
|
/third_party/skia/tests/ |
D | SkSLMetalTestbed.cpp | 25 REPORTER_ASSERT(r, compiler.toMetal(*program, &output)); in test()
|
/third_party/skia/src/sksl/ |
D | SkSLCompiler.h | 157 bool toMetal(Program& program, OutputStream& out); 159 bool toMetal(Program& program, String* out);
|
D | SkSLCompiler.cpp | 687 bool Compiler::toMetal(Program& program, OutputStream& out) { in toMetal() function in SkSL::Compiler 695 bool Compiler::toMetal(Program& program, String* out) { in toMetal() function in SkSL::Compiler 697 bool result = this->toMetal(program, buffer); in toMetal()
|
D | SkSLMain.cpp | 379 return compiler.toMetal(program, out); in processCommand()
|
/third_party/flutter/skia/tests/ |
D | SkSLMetalTest.cpp | 24 REPORTER_ASSERT(r, compiler.toMetal(*program, &output)); in test()
|
/third_party/skia/bench/ |
D | SkSLBench.cpp | 92 case Output::kMetal: SkAssertResult(fCompiler.toMetal(*program, &result)); break; in onDraw()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlUtil.mm | 166 if (!gpu->shaderCompiler()->toMetal(*program, &code)) {
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUtil.mm | 77 if (!program || !compiler->toMetal(*program, msl)) {
|