Home
last modified time | relevance | path

Searched refs:convertProgram (Results 1 – 25 of 44) sorted by relevance

12

/third_party/flutter/skia/src/sksl/
DSkSLMain.cpp73 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
89 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
105 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
122 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
139 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, text, settings); in main()
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp29 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in test()
77 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in vec_test()
120 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in test()
542 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in DEF_TEST()
618 auto program = compiler.convertProgram(SkSL::Program::kGeneric_Kind, SkSL::String(src), in expect_failure()
629 auto program = compiler.convertProgram(SkSL::Program::kGeneric_Kind, SkSL::String(src), in expect_run_failure()
681 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in DEF_TEST()
935 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in DEF_TEST()
968 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kGeneric_Kind, in DEF_TEST()
1033 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kGeneric_Kind, in DEF_TEST()
[all …]
DSkSLFPTest.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in test()
66 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in test_failure()
DSkSLErrorTest.cpp17 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind, in test_failure()
35 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind, in test_success()
DSkSLSPIRVTest.cpp17 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind, in test_failure()
DSkSLMetalTest.cpp17 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test()
DSkSLJITTest.cpp18 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in test()
/third_party/flutter/skia/bench/
DSkSLInterpreterBench.cpp33 auto program = compiler.convertProgram(SkSL::Program::kGeneric_Kind, fSrc, settings); in onDelayedSetup()
175 auto program = compiler.convertProgram(SkSL::Program::kGeneric_Kind, fCode, settings); in onDelayedSetup()
DSkSLBench.cpp27 std::unique_ptr<SkSL::Program> program = fCompiler.convertProgram( in onDraw()
/third_party/flutter/skia/fuzz/oss_fuzz/
DFuzzSKSL2SPIRV.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2SPIRV()
DFuzzSKSL2Metal.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2Metal()
DFuzzSKSL2GLSL.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2GLSL()
DFuzzSKSL2Pipeline.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2Pipeline()
/third_party/skia/fuzz/oss_fuzz/
DFuzzSKSL2Metal.cpp18 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2Metal()
DFuzzSKSL2GLSL.cpp18 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2GLSL()
DFuzzSKSL2SPIRV.cpp26 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2SPIRV()
DFuzzSKSL2Pipeline.cpp20 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in FuzzSKSL2Pipeline()
/third_party/skia/tests/
DSkSLMetalTestbed.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test()
DSkSLGLSLTestbed.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test()
DSkSLSPIRVTestbed.cpp19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src), in test()
DSkSLInterpreterTest.cpp26 fProgram = fCompiler.convertProgram(SkSL::ProgramKind::kGeneric, SkSL::String(src), in ProgramBuilder()
629 auto program = compiler.convertProgram(SkSL::ProgramKind::kGeneric, in expect_failure()
901 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in DEF_TEST()
960 std::unique_ptr<SkSL::Program> program = compiler.convertProgram( in DEF_TEST()
/third_party/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp34 program = compiler->convertProgram(programKind, src, settings); in GrSkSLtoGLSL()
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp44 program = compiler->convertProgram(programKind, src, settings); in GrSkSLtoGLSL()
/third_party/skia/src/gpu/vk/
DGrVkUtil.cpp96 std::unique_ptr<SkSL::Program> program = gpu->shaderCompiler()->convertProgram( in GrCompileVkShaderModule()
/third_party/flutter/skia/src/shaders/
DSkRTShader.cpp62 auto prog = c.convertProgram(SkSL::Program::kGeneric_Kind, in onAppendStages()

12