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

  /external/skia/src/gpu/
GrDrawingManager.h 94 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*);
GrDrawingManager.cpp 224 if (this->executeOpLists(startIndex, stopIndex, &flushState)) {
248 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState) {
  /external/skqp/src/gpu/
GrDrawingManager.h 104 bool executeOpLists(int startIndex, int stopIndex, GrOpFlushState*);
GrDrawingManager.cpp 199 if (this->executeOpLists(startIndex, stopIndex, &flushState)) {
223 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState) {

Completed in 64 milliseconds