Searched defs:GrSpecularLightingEffect (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp601 class GrSpecularLightingEffect : public GrLightingEffect { class in namespace:__anon17299
611 return new GrSpecularLightingEffect(texture, light, surfaceScale, matrix, ks, shininess,
627 GrSpecularLightingEffect(GrTexture* texture,
1459 return GrSpecularLightingEffect::Create(texture, this->light(), scale, matrix, this->ks(),
1889 GrSpecularLightingEffect::GrSpecularLightingEffect(GrTexture* texture, function in class:GrSpecularLightingEffect
1900 this->initClassID<GrSpecularLightingEffect>();
1903 bool GrSpecularLightingEffect::onIsEqual(const GrFragmentProcessor& sBase) const {
1904 const GrSpecularLightingEffect& s = sBase.cast<GrSpecularLightingEffect>();
1919 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSpecularLightingEffect); variable
[all...]

Completed in 32 milliseconds