Home
last modified time | relevance | path

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

/external/skia/tests/sksl/fp/
DGrSectionTest.cpp20 const GrSectionTest& _outer = args.fFp.cast<GrSectionTest>(); in emitCode()
31 std::unique_ptr<GrGLSLFragmentProcessor> GrSectionTest::onMakeProgramImpl() const { in onMakeProgramImpl()
34 void GrSectionTest::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const… in onGetGLSLProcessorKey()
36 bool GrSectionTest::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
37 const GrSectionTest& that = other.cast<GrSectionTest>(); in onIsEqual()
41 GrSectionTest::GrSectionTest(const GrSectionTest& src) in GrSectionTest() function in GrSectionTest
45 std::unique_ptr<GrFragmentProcessor> GrSectionTest::clone() const { in clone()
46 return std::make_unique<GrSectionTest>(*this); in clone()
49 SkString GrSectionTest::onDumpInfo() const { in onDumpInfo()
53 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSectionTest);
[all …]
DGrSectionTest.h15 class GrSectionTest : public GrFragmentProcessor {
18 return std::unique_ptr<GrFragmentProcessor>(new GrSectionTest()); in Make()
20 GrSectionTest(const GrSectionTest& src);
24 GrSectionTest() in GrSectionTest() function
/external/skia/gn/
Dsksl_tests.gni65 "/sksl/fp/GrSectionTest.fp",