Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkLightingImageFilter.cpp601 class GrSpecularLightingEffect : public GrLightingEffect { class
611 return new GrSpecularLightingEffect(texture, light, surfaceScale, matrix, ks, shininess, in Create()
627 GrSpecularLightingEffect(GrTexture* texture,
1459 return GrSpecularLightingEffect::Create(texture, this->light(), scale, matrix, this->ks(), in getFragmentProcessor()
1889 GrSpecularLightingEffect::GrSpecularLightingEffect(GrTexture* texture, in GrSpecularLightingEffect() function in GrSpecularLightingEffect
1900 this->initClassID<GrSpecularLightingEffect>(); in GrSpecularLightingEffect()
1903 bool GrSpecularLightingEffect::onIsEqual(const GrFragmentProcessor& sBase) const { in onIsEqual()
1904 const GrSpecularLightingEffect& s = sBase.cast<GrSpecularLightingEffect>(); in onIsEqual()
1910 void GrSpecularLightingEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, in onGetGLSLProcessorKey()
1915 GrGLSLFragmentProcessor* GrSpecularLightingEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance()
[all …]