HomeSort by relevance Sort by last modified time
    Searched refs:markPendingExecution (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrFragmentProcessor.h 133 void markPendingExecution() const;
GrProcessorSet.cpp 238 fFragmentProcessors[i]->markPendingExecution();
GrFragmentProcessor.cpp 72 void GrFragmentProcessor::markPendingExecution() const {
76 this->childProcessor(i).markPendingExecution();
  /external/skqp/src/gpu/
GrFragmentProcessor.h 133 void markPendingExecution() const;
GrProcessorSet.cpp 241 fFragmentProcessors[i]->markPendingExecution();
GrFragmentProcessor.cpp 72 void GrFragmentProcessor::markPendingExecution() const {
76 this->childProcessor(i).markPendingExecution();

Completed in 525 milliseconds