Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLightingShader.cpp144 const SkMatrix& normMatrix, const GrTextureParams& diffParams, in LightingFP() argument
147 : fDiffDeviceTransform(kLocal_GrCoordSet, diffMatrix, diffuse, diffParams.filterMode()) in LightingFP()
149 , fDiffuseTextureAccess(diffuse, diffParams) in LightingFP()
389 GrTextureParams diffParams(kClamp_TileMode, diffFilterMode); in asFragmentProcessor() local
391 fDiffuseMap, diffParams)); in asFragmentProcessor()
406 new LightingFP(diffuseTexture, normalTexture, diffM, normM, diffParams, normParams, fLights, in asFragmentProcessor()