Searched refs:ShaderEffectImpl (Results 1 – 7 of 7) sorted by relevance
40 class ShaderEffectImpl : public BaseImpl {42 ShaderEffectImpl() noexcept {} in ShaderEffectImpl() function43 ~ShaderEffectImpl() override {} in ~ShaderEffectImpl()
26 class SkiaShaderEffect : public ShaderEffectImpl {
75 static std::unique_ptr<ShaderEffectImpl> CreateShaderEffect();
139 std::unique_ptr<ShaderEffectImpl> SkiaImplFactory::CreateShaderEffect() in CreateShaderEffect()
75 static std::unique_ptr<ShaderEffectImpl> CreateShaderEffectImpl();
191 std::unique_ptr<ShaderEffectImpl> ImplFactory::CreateShaderEffectImpl() in CreateShaderEffectImpl()
156 std::shared_ptr<ShaderEffectImpl> impl_;