Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkTableColorFilter.cpp343 class ColorTableEffect : public GrFragmentProcessor { class
347 virtual ~ColorTableEffect();
363 ColorTableEffect(GrTexture* texture, GrTextureStripAtlas* atlas, int row, unsigned flags);
395 const ColorTableEffect& cte = proc.cast<ColorTableEffect>(); in onSetData()
461 const GrFragmentProcessor* ColorTableEffect::Create(GrContext* context, SkBitmap bitmap, in Create()
480 return new ColorTableEffect(texture, atlas, row, flags); in Create()
483 ColorTableEffect::ColorTableEffect(GrTexture* texture, GrTextureStripAtlas* atlas, int row, in ColorTableEffect() function in ColorTableEffect
489 this->initClassID<ColorTableEffect>(); in ColorTableEffect()
493 ColorTableEffect::~ColorTableEffect() { in ~ColorTableEffect()
499 void ColorTableEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, in onGetGLSLProcessorKey()
[all …]