Home
last modified time | relevance | path

Searched defs:shaderText (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/m133/fuzz/oss_fuzz/
DFuzzSkRuntimeBlender.cpp30 static bool FuzzSkRuntimeBlender_Once(const SkString& shaderText, in FuzzSkRuntimeBlender_Once()
61 SkString shaderText{reinterpret_cast<const char*>(data), size}; in FuzzSkRuntimeBlender() local
DFuzzSkRuntimeColorFilter.cpp30 static bool FuzzSkRuntimeColorFilter_Once(const SkString& shaderText, in FuzzSkRuntimeColorFilter_Once()
61 SkString shaderText{reinterpret_cast<const char*>(data), size}; in FuzzSkRuntimeColorFilter() local
DFuzzSkRuntimeEffect.cpp30 static bool FuzzSkRuntimeEffect_Once(const SkString& shaderText, in FuzzSkRuntimeEffect_Once()
60 SkString shaderText{reinterpret_cast<const char*>(data), size}; in FuzzSkRuntimeEffect() local
/third_party/skia/fuzz/oss_fuzz/
DFuzzSkRuntimeEffect.cpp38 SkString shaderText{static_cast<const char*>(codeBytes->data()), codeBytes->size()}; in FuzzSkRuntimeEffect_Once() local
/third_party/skia/m133/tools/skqp/src/
Dskqp.h48 std::string shaderText; member
Dskqp.cpp84 sk_sp<SkData> shaderText = GetResourceAsData(path.c_str()); in get_sksl_error_tests() local
/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnGraphiteUtils.cpp102 const char* shaderText, in check_shader_module()
/third_party/skia/m133/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java175 String shaderText = mImpl.mSkSLErrorTestShader[index]; in run() local