Home
last modified time | relevance | path

Searched refs:CreateShaderEffectImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dshader_effect.cpp104 : type_(ShaderEffect::ShaderEffectType::NO_TYPE), impl_(ImplFactory::CreateShaderEffectImpl()) in ShaderEffect()
107 …aderEffect(ShaderEffectType t) noexcept : type_(t), impl_(ImplFactory::CreateShaderEffectImpl()) {} in ShaderEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h75 static std::unique_ptr<ShaderEffectImpl> CreateShaderEffectImpl();
H A Dimpl_factory.cpp191 std::unique_ptr<ShaderEffectImpl> ImplFactory::CreateShaderEffectImpl() in CreateShaderEffectImpl() function in OHOS::Rosen::Drawing::ImplFactory