Home
last modified time | relevance | path

Searched refs:fNormalSource (Results 1 – 4 of 4) sorted by relevance

/external/skqp/samplecode/
DSampleLighting.cpp55 fNormalSource = SkNormalSource::MakeFromNormalMap(std::move(normalMap), SkMatrix::I()); in LightingView()
73 fNormalSource, in onDrawContent()
97 sk_sp<SkNormalSource> fNormalSource; member in LightingView
/external/skia/samplecode/
DSampleLighting.cpp55 fNormalSource = SkNormalSource::MakeFromNormalMap(std::move(normalMap), SkMatrix::I()); in LightingView()
73 fNormalSource, in onDrawContent()
97 sk_sp<SkNormalSource> fNormalSource; member in LightingView
/external/skqp/src/shaders/
DSkLightingShader.cpp53 , fNormalSource(std::move(normalSource)) in SkLightingShaderImpl()
94 sk_sp<SkNormalSource> fNormalSource; member in SkLightingShaderImpl
285 std::unique_ptr<GrFragmentProcessor> normalFP(fNormalSource->asFragmentProcessor(args)); in asFragmentProcessor()
448 buf.writeFlattenable(fNormalSource.get()); in flatten()
467 SkNormalSource::Provider* normalProvider = fNormalSource->asProvider(rec, alloc); in onMakeContext()
479 return SkLightingShader::Make(std::move(xformedDiffuseShader), fNormalSource, in onMakeColorSpace()
/external/skia/src/shaders/
DSkLightingShader.cpp53 , fNormalSource(std::move(normalSource)) in SkLightingShaderImpl()
94 sk_sp<SkNormalSource> fNormalSource; member in SkLightingShaderImpl
283 std::unique_ptr<GrFragmentProcessor> normalFP(fNormalSource->asFragmentProcessor(args)); in asFragmentProcessor()
446 buf.writeFlattenable(fNormalSource.get()); in flatten()
465 SkNormalSource::Provider* normalProvider = fNormalSource->asProvider(rec, alloc); in onMakeContext()
479 return SkLightingShader::Make(std::move(xformedDiffuseShader), fNormalSource, in onMakeColorSpace()