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

  /external/skia/src/core/
SkRecord.cpp 31 // Remove all the NoOps, preserving the order of other ops, e.g.
34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, local
36 fCount = noops - fRecords.get();
  /external/skqp/src/core/
SkRecord.cpp 31 // Remove all the NoOps, preserving the order of other ops, e.g.
34 Record* noops = std::remove_if(fRecords.get(), fRecords.get() + fCount, local
36 fCount = noops - fRecords.get();
  /external/mesa3d/src/mapi/
mapi_abi.py 500 noops = []
525 noops.append(noop)
527 return '\n\n'.join(noops)

Completed in 6687 milliseconds