Home
last modified time | relevance | path

Searched refs:dump_fragment_processor_tree (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrProcessorSet.cpp82 SkString dump_fragment_processor_tree(const GrFragmentProcessor* fp, int indentCnt) { in dump_fragment_processor_tree() function
91 result += dump_fragment_processor_tree(&fp->childProcessor(i), indentCnt + 1); in dump_fragment_processor_tree()
103 result += dump_fragment_processor_tree(this->colorFragmentProcessor(i), 1); in dumpProcessors()
111 result += dump_fragment_processor_tree(this->coverageFragmentProcessor(i), 1); in dumpProcessors()
/external/skia/src/gpu/
DGrProcessorSet.cpp83 SkString dump_fragment_processor_tree(const GrFragmentProcessor* fp, int indentCnt) { in dump_fragment_processor_tree() function
92 result += dump_fragment_processor_tree(&fp->childProcessor(i), indentCnt + 1); in dump_fragment_processor_tree()
104 result += dump_fragment_processor_tree(this->colorFragmentProcessor(i), 1); in dumpProcessors()
112 result += dump_fragment_processor_tree(this->coverageFragmentProcessor(i), 1); in dumpProcessors()