• Home
  • Raw
  • Download

Lines Matching refs:GrSkSLFP

185         const GrSkSLFP& outer = _proc.cast<GrSkSLFP>();  in onSetData()
246 std::unique_ptr<GrSkSLFP> GrSkSLFP::Make(GrContext_Base* context, int index, const char* name, in Make()
249 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()
255 std::unique_ptr<GrSkSLFP> GrSkSLFP::Make(GrContext_Base* context, int index, const char* name, in Make()
257 return std::unique_ptr<GrSkSLFP>(new GrSkSLFP(context->priv().fpFactoryCache(), in Make()
263 GrSkSLFP::GrSkSLFP(sk_sp<GrSkSLFPFactoryCache> factoryCache, const GrShaderCaps* shaderCaps, in GrSkSLFP() function in GrSkSLFP
278 GrSkSLFP::GrSkSLFP(const GrSkSLFP& other) in GrSkSLFP() function in GrSkSLFP
292 const char* GrSkSLFP::name() const { in name()
296 void GrSkSLFP::createFactory() const { in createFactory()
306 void GrSkSLFP::addChild(std::unique_ptr<GrFragmentProcessor> child) { in addChild()
310 GrGLSLFragmentProcessor* GrSkSLFP::onCreateGLSLInstance() const { in onCreateGLSLInstance()
322 void GrSkSLFP::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
382 bool GrSkSLFP::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
383 const GrSkSLFP& sk = other.cast<GrSkSLFP>(); in onIsEqual()
389 std::unique_ptr<GrFragmentProcessor> GrSkSLFP::clone() const { in clone()
390 std::unique_ptr<GrSkSLFP> result(new GrSkSLFP(*this)); in clone()
428 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSkSLFP);
442 std::unique_ptr<GrFragmentProcessor> GrSkSLFP::TestCreate(GrProcessorTestData* d) { in TestCreate()
448 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), ditherIndex, "Dither", in TestCreate()
461 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), arithmeticIndex, in TestCreate()
475 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), overdrawIndex, in TestCreate()