Home
last modified time | relevance | path

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

/external/skia/tests/sksl/fp/
DGrNestedCall.cpp20 const GrNestedCall& _outer = args.fFp.cast<GrNestedCall>(); in emitCode()
48 std::unique_ptr<GrGLSLFragmentProcessor> GrNestedCall::onMakeProgramImpl() const { in onMakeProgramImpl()
51 void GrNestedCall::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
53 bool GrNestedCall::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
54 const GrNestedCall& that = other.cast<GrNestedCall>(); in onIsEqual()
58 GrNestedCall::GrNestedCall(const GrNestedCall& src) in GrNestedCall() function in GrNestedCall
62 std::unique_ptr<GrFragmentProcessor> GrNestedCall::clone() const { in clone()
63 return std::make_unique<GrNestedCall>(*this); in clone()
66 SkString GrNestedCall::onDumpInfo() const { in onDumpInfo()
DGrNestedCall.h15 class GrNestedCall : public GrFragmentProcessor {
18 return std::unique_ptr<GrFragmentProcessor>(new GrNestedCall(std::move(fp))); in Make()
20 GrNestedCall(const GrNestedCall& src);
24 GrNestedCall(std::unique_ptr<GrFragmentProcessor> fp) in GrNestedCall() function
/external/skia/gn/
Dsksl_tests.gni51 "/sksl/fp/GrNestedCall.fp",