Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLightingShader.cpp145 const GrTextureParams& normParams, const SkLightingShader::Lights* lights, in LightingFP() argument
148 , fNormDeviceTransform(kLocal_GrCoordSet, normMatrix, normal, normParams.filterMode()) in LightingFP()
150 , fNormalTextureAccess(normal, normParams) in LightingFP()
397 GrTextureParams normParams(kClamp_TileMode, normFilterMode); in asFragmentProcessor() local
399 fNormalMap, normParams)); in asFragmentProcessor()
406 new LightingFP(diffuseTexture, normalTexture, diffM, normM, diffParams, normParams, fLights, in asFragmentProcessor()