Home
last modified time | relevance | path

Searched refs:CreateForShader (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_water_ripple_filter.cpp97 Drawing::RuntimeEffect::CreateForShader(shaderStringSMsend) : in GetWaterRippleEffectSM()
98 Drawing::RuntimeEffect::CreateForShader(shaderStringSMrecv); in GetWaterRippleEffectSM()
107 g_waterRippleEffectSS = Drawing::RuntimeEffect::CreateForShader(shaderStringSSmutual); in GetWaterRippleEffectSS()
H A Dge_kawase_blur_shader_filter.cpp302 g_blurEffect = Drawing::RuntimeEffect::CreateForShader(blurString); in InitBlurEffect()
335 g_mixEffect = Drawing::RuntimeEffect::CreateForShader(mixString); in InitMixEffect()
356 g_simpleFilter = Drawing::RuntimeEffect::CreateForShader(simpleShader); in InitSimpleFilter()
386 g_blurEffectAf = Drawing::RuntimeEffect::CreateForShader(blurStringAF, ops); in InitBlurEffectForAdvancedFilter()
H A Dge_grey_shader_filter.cpp113 g_greyAdjustEffect = Drawing::RuntimeEffect::CreateForShader(GreyGradationString); in InitGreyAdjustmentEffect()
H A Dge_aibar_shader_filter.cpp89 binarizationShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeBinarizationShader()
H A Dge_linear_gradient_blur_shader_filter.cpp329 … horizontalMeanBlurShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(HorizontalBlurString); in MakeHorizontalMeanBlurEffect()
366 verticalMeanBlurShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(VerticalBlurString); in MakeVerticalMeanBlurEffect()
513 maskBlurShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeMaskLinearGradientBlurShader()
H A Dge_mesa_blur_shader_filter.cpp550 g_blurEffect = Drawing::RuntimeEffect::CreateForShader(blurStringMESA); in InitBlurEffect()
583 g_mixEffect = Drawing::RuntimeEffect::CreateForShader(mixStringMESA); in InitMixEffect()
604 g_simpleFilter = Drawing::RuntimeEffect::CreateForShader(simpleShader); in InitSimpleFilter()
643 g_greyAdjustEffect = Drawing::RuntimeEffect::CreateForShader(greyXShader); in InitGreyAdjustmentEffect()
H A Dge_magnifier_shader_filter.cpp218 g_magnifierShaderEffect = Drawing::RuntimeEffect::CreateForShader(prog); in InitMagnifierEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Druntime_effect.h48 static std::shared_ptr<RuntimeEffect> CreateForShader(const std::string& sl,
50 static std::shared_ptr<RuntimeEffect> CreateForShader(const std::string& sl);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_runtime_shader_builder_test.cpp59 std::shared_ptr<RuntimeEffect> effect = RuntimeEffect::CreateForShader(shaderString);
114 std::shared_ptr<RuntimeEffect> effect = RuntimeEffect::CreateForShader(shaderString);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Druntime_effect.cpp47 std::shared_ptr<RuntimeEffect> RuntimeEffect::CreateForShader(const std::string& sl, in CreateForShader() function in OHOS::Rosen::Drawing::RuntimeEffect
53 std::shared_ptr<RuntimeEffect> RuntimeEffect::CreateForShader(const std::string& sl) in CreateForShader() function in OHOS::Rosen::Drawing::RuntimeEffect
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/runtimeeffect_fuzzer/
H A Druntime_effect_fuzzer.cpp44 std::shared_ptr<RuntimeEffect> runtimeEffect = RuntimeEffect::CreateForShader("shader"); in RuntimeEffectFuzzTest()
76 Drawing::RuntimeEffect::CreateForShader(prog); in RuntimeShaderFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_kawase_blur.cpp88 auto blurEffect = Drawing::RuntimeEffect::CreateForShader(blurString); in KawaseBlurFilter()
100 auto mixEffect = Drawing::RuntimeEffect::CreateForShader(mixString); in KawaseBlurFilter()
131 auto blurEffectAF = Drawing::RuntimeEffect::CreateForShader(blurStringAF, ops); in setupBlurEffectAdvancedFilter()
149 auto simpleFilter = Drawing::RuntimeEffect::CreateForShader(simpleShader); in SetupSimpleFilter()
H A Drs_distortion_shader_filter.cpp86 distortEffect = Drawing::RuntimeEffect::CreateForShader(distortString); in MakeDistortionShader()
H A Drs_foreground_effect_filter.cpp74 blurEffect_ = Drawing::RuntimeEffect::CreateForShader(blurString); in MakeForegroundEffect()
H A Drs_motion_blur_filter.cpp161 motionBlurShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(MotionBlurProg); in MakeMotionBlurShader()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_render_test.cpp101 Drawing::RuntimeEffect::CreateForShader(GreyGradationString); in MakeGreyAdjustmentEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp181 …std::shared_ptr<Drawing::RuntimeEffect> effect = Drawing::RuntimeEffect::CreateForShader(shaderStr… in GpuScaleImage()
668 dynamicDimShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeDynamicDimShader()
704 binarizationShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeBinarizationShader()
H A Drs_property_drawable_foreground.cpp619 …std::shared_ptr<Drawing::RuntimeEffect> effect = Drawing::RuntimeEffect::CreateForShader(lightStri… in GetPhongShaderBuilder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp497 Drawing::RuntimeEffect::CreateForShader(GreyGradationString); in MakeGreyAdjustmentEffect()
1189 …std::shared_ptr<Drawing::RuntimeEffect> lightEffect = Drawing::RuntimeEffect::CreateForShader(ligh… in GetPhongShaderBuilder()
1671 binarizationShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeBinarizationShader()
1888 dynamicDimShaderEffect_ = Drawing::RuntimeEffect::CreateForShader(prog); in MakeDynamicDimShader()