Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/filters/
DMouriMap.h67 sk_sp<SkShader> mouriMap(SkiaGpuContext* context, sk_sp<SkShader> input, float hdrSdrRatio);
DMouriMap.cpp116 sk_sp<SkShader> MouriMap::mouriMap(SkiaGpuContext* context, sk_sp<SkShader> input, in mouriMap() function in android::renderengine::skia::MouriMap
/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp537 return kMapper.mouriMap(getActiveContext(), parameters.shader, ratio); in createRuntimeEffectShader()