Home
last modified time | relevance | path

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

/external/skia/tests/sksl/fp/
DGrSectionFields.cpp20 const GrSectionFields& _outer = args.fFp.cast<GrSectionFields>(); in emitCode()
31 std::unique_ptr<GrGLSLFragmentProcessor> GrSectionFields::onMakeProgramImpl() const { in onMakeProgramImpl()
34 void GrSectionFields::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) con… in onGetGLSLProcessorKey()
36 bool GrSectionFields::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
37 const GrSectionFields& that = other.cast<GrSectionFields>(); in onIsEqual()
42 SkString GrSectionFields::onDumpInfo() const { in onDumpInfo()
DGrSectionFields.h15 class GrSectionFields : public GrFragmentProcessor {
18 return std::unique_ptr<GrFragmentProcessor>(new GrSectionFields()); in Make()
20 GrSectionFields(const GrSectionFields& src);
24 GrSectionFields() in GrSectionFields() function
/external/skia/gn/
Dsksl_tests.gni60 "/sksl/fp/GrSectionFields.fp",