HomeSort by relevance Sort by last modified time
    Searched defs:fDependencies (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
sk_tool_utils.h 149 *fDependencies.append() = src;
163 for (int i = 0; i < fDependencies.count(); ++i) {
164 if (-1 == fDependencies[i]->outputPos()) {
168 if (fOutputPos < fDependencies[i]->outputPos()) {
185 static int NumDependencies(TopoTestNode* node) { return node->fDependencies.count(); }
187 return node->fDependencies[index];
222 SkTDArray<TopoTestNode*> fDependencies;
  /external/skqp/tools/
sk_tool_utils.h 154 *fDependencies.append() = src;
168 for (int i = 0; i < fDependencies.count(); ++i) {
169 if (-1 == fDependencies[i]->outputPos()) {
173 if (fOutputPos < fDependencies[i]->outputPos()) {
190 static int NumDependencies(TopoTestNode* node) { return node->fDependencies.count(); }
192 return node->fDependencies[index];
227 SkTDArray<TopoTestNode*> fDependencies;
  /external/skia/include/private/
GrOpList.h 166 return opList->fDependencies.count();
169 return opList->fDependencies[index];
179 // 'this' GrOpList relies on the output of the GrOpLists in 'fDependencies'
180 SkSTArray<1, GrOpList*, true> fDependencies;
  /external/skqp/include/private/
GrOpList.h 165 return opList->fDependencies.count();
168 return opList->fDependencies[index];
178 // 'this' GrOpList relies on the output of the GrOpLists in 'fDependencies'
179 SkSTArray<1, GrOpList*, true> fDependencies;

Completed in 531 milliseconds