Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLightingShader.cpp141 class LightingFP : public GrFragmentProcessor { class
143 LightingFP(GrTexture* diffuse, GrTexture* normal, const SkMatrix& diffMatrix, in LightingFP() function in LightingFP
169 this->initClassID<LightingFP>(); in LightingFP()
247 const LightingFP& lightingFP = proc.cast<LightingFP>(); in onSetData()
307 const LightingFP& lightingFP = proc.cast<LightingFP>(); in onIsEqual()
406 new LightingFP(diffuseTexture, normalTexture, diffM, normM, diffParams, normParams, fLights, in asFragmentProcessor()