Home
last modified time | relevance | path

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

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