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

  /external/skia/src/gpu/
GrAuditTrail.cpp 87 void GrAuditTrail::copyOutFromOpList(OpInfo* outOpInfo, int opListID) {
88 SkASSERT(opListID < fOpList.count());
89 const OpNode* bn = fOpList[opListID].get();
104 // We track which oplistID we're currently looking at. If it changes, then we need to push
124 void GrAuditTrail::getBoundsByOpListID(OpInfo* outInfo, int opListID) {
125 this->copyOutFromOpList(outInfo, opListID);
269 json.appendf("\"OpListID\": \"%d\",", fOpListID);
  /external/skia/include/private/
GrAuditTrail.h 117 void getBoundsByOpListID(OpInfo* outInfo, int opListID);
147 void copyOutFromOpList(OpInfo* outOpInfo, int opListID);
  /external/skia/tests/
PreFlushCallbackTest.cpp 256 // Insert the new op in an internal singly-linked list for 'opListID'
257 void addOp(uint32_t opListID, AtlasedRectOp* op) {
260 if (opListID == fOps[i].fID) {
266 fOps.push({opListID, nullptr});
388 LinkedListHeader* getList(uint32_t opListID) {
390 if (opListID == fOps[i].fID) {
447 uint32_t opListID = rtc->priv().testingOnly_addMeshDrawOp(std::move(paint),
451 object->addOp(opListID, sparePtr);

Completed in 462 milliseconds