OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_fragment_processor_tree
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrProcessorSet.cpp
80
SkString
dump_fragment_processor_tree
(const GrFragmentProcessor* fp, int indentCnt) {
function
89
result +=
dump_fragment_processor_tree
(&fp->childProcessor(i), indentCnt + 1);
101
result +=
dump_fragment_processor_tree
(this->colorFragmentProcessor(i), 1);
109
result +=
dump_fragment_processor_tree
(this->coverageFragmentProcessor(i), 1);
/external/skqp/src/gpu/
GrProcessorSet.cpp
80
SkString
dump_fragment_processor_tree
(const GrFragmentProcessor* fp, int indentCnt) {
function
89
result +=
dump_fragment_processor_tree
(&fp->childProcessor(i), indentCnt + 1);
101
result +=
dump_fragment_processor_tree
(this->colorFragmentProcessor(i), 1);
109
result +=
dump_fragment_processor_tree
(this->coverageFragmentProcessor(i), 1);
Completed in 227 milliseconds