Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrColorTableEffect.cpp39 ColorTableEffect::ColorTableEffect(std::unique_ptr<GrFragmentProcessor> inputFP, in ColorTableEffect() function in ColorTableEffect
48 ColorTableEffect::ColorTableEffect(const ColorTableEffect& that) : GrFragmentProcessor(that) {} in ColorTableEffect() function in ColorTableEffect
96 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(ColorTableEffect) in GR_DEFINE_FRAGMENT_PROCESSOR_TEST() argument