Home
last modified time | relevance | path

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

/external/skia/tests/sksl/fp/
DGrKeyIn.cpp20 const GrKeyIn& _outer = args.fFp.cast<GrKeyIn>(); in emitCode()
33 std::unique_ptr<GrGLSLFragmentProcessor> GrKeyIn::onMakeProgramImpl() const { in onMakeProgramImpl()
36 void GrKeyIn::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
44 bool GrKeyIn::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
45 const GrKeyIn& that = other.cast<GrKeyIn>(); in onIsEqual()
50 GrKeyIn::GrKeyIn(const GrKeyIn& src) in GrKeyIn() function in GrKeyIn
55 std::unique_ptr<GrFragmentProcessor> GrKeyIn::clone() const { in clone()
56 return std::make_unique<GrKeyIn>(*this); in clone()
59 SkString GrKeyIn::onDumpInfo() const { in onDumpInfo()
DGrKeyIn.h15 class GrKeyIn : public GrFragmentProcessor {
18 return std::unique_ptr<GrFragmentProcessor>(new GrKeyIn(color)); in Make()
20 GrKeyIn(const GrKeyIn& src);
25 GrKeyIn(SkRect color) in GrKeyIn() function
/external/skia/gn/
Dsksl_tests.gni47 "/sksl/fp/GrKeyIn.fp",