Searched refs:CreateShaderEffectImpl (Results 1 – 3 of 3) sorted by relevance
104 : type_(ShaderEffect::ShaderEffectType::NO_TYPE), impl_(ImplFactory::CreateShaderEffectImpl()) in ShaderEffect()107 …aderEffect(ShaderEffectType t) noexcept : type_(t), impl_(ImplFactory::CreateShaderEffectImpl()) {} in ShaderEffect()
75 static std::unique_ptr<ShaderEffectImpl> CreateShaderEffectImpl();
191 std::unique_ptr<ShaderEffectImpl> ImplFactory::CreateShaderEffectImpl() in CreateShaderEffectImpl() function in OHOS::Rosen::Drawing::ImplFactory