Home
last modified time | relevance | path

Searched refs:ShaderEffectImpl (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dshader_effect_impl.h40 class ShaderEffectImpl : public BaseImpl {
42 ShaderEffectImpl() noexcept {} in ShaderEffectImpl() function
43 ~ShaderEffectImpl() override {} in ~ShaderEffectImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_shader_effect.h26 class SkiaShaderEffect : public ShaderEffectImpl {
H A Dskia_impl_factory.h75 static std::unique_ptr<ShaderEffectImpl> CreateShaderEffect();
H A Dskia_impl_factory.cpp139 std::unique_ptr<ShaderEffectImpl> SkiaImplFactory::CreateShaderEffect() in CreateShaderEffect()
/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dshader_effect.h156 std::shared_ptr<ShaderEffectImpl> impl_;