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

  /external/skia/src/gpu/
GrRenderTargetOpList.h 44 this->forwardCombine(caps);
153 void forwardCombine(const GrCaps&);
GrRenderTargetOpList.cpp 382 void GrRenderTargetOpList::forwardCombine(const GrCaps& caps) {
385 GrOP_INFO("opList: %d ForwardCombine %d ops:\n", this->uniqueID(), fRecordedOps.count());
  /external/skqp/src/gpu/
GrRenderTargetOpList.h 44 this->forwardCombine(caps);
153 void forwardCombine(const GrCaps&);
GrRenderTargetOpList.cpp 382 void GrRenderTargetOpList::forwardCombine(const GrCaps& caps) {
385 GrOP_INFO("opList: %d ForwardCombine %d ops:\n", this->uniqueID(), fRecordedOps.count());

Completed in 62 milliseconds