Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79e7dc9c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update params doc" into sc-dev am: d9631fe7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14605554

Change-Id: I9ac29bbf44828bf970ecab769c7a137089c4d965
parents 71519b72 d9631fe7
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -90,10 +90,8 @@ sk_sp<SkRuntimeEffect> buildRuntimeEffect(const LinearEffect& linearEffect);
// matrix transforming from linear XYZ to linear RGB immediately before OETF.
// matrix transforming from linear XYZ to linear RGB immediately before OETF.
// We also provide additional HDR metadata upon creating the shader:
// We also provide additional HDR metadata upon creating the shader:
// * The max display luminance is the max luminance of the physical display in nits
// * The max display luminance is the max luminance of the physical display in nits
// * The max mastering luminance is provided as the max luminance from the SMPTE 2086
// * The max luminance is provided as the max luminance for the buffer, either from the SMPTE 2086
// standard.
// or as the max light level from the CTA 861.3 standard.
// * The max content luminance is provided as the max light level from the CTA 861.3
// standard.
sk_sp<SkShader> createLinearEffectShader(sk_sp<SkShader> inputShader,
sk_sp<SkShader> createLinearEffectShader(sk_sp<SkShader> inputShader,
                                         const LinearEffect& linearEffect,
                                         const LinearEffect& linearEffect,
                                         sk_sp<SkRuntimeEffect> runtimeEffect,
                                         sk_sp<SkRuntimeEffect> runtimeEffect,