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

  /external/skia/src/gpu/
GrClipStackClip.cpp 232 uint32_t opListID = renderTargetContext->getOpList()->uniqueID();
234 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(proxyProvider, opListID,
  /external/skqp/src/gpu/
GrClipStackClip.cpp 232 uint32_t opListID = renderTargetContext->getOpList()->uniqueID();
234 if (auto clipFPs = reducedClip.finishAndDetachAnalyticFPs(proxyProvider, opListID,
  /external/skia/tests/
OnFlushCallbackTest.cpp 270 // Insert the new op in an internal singly-linked list for 'opListID'
271 void addOp(uint32_t opListID, AtlasedRectOp* op) {
274 if (opListID == fOps[i].fID) {
280 fOps.push({opListID, nullptr});
396 LinkedListHeader* getList(uint32_t opListID) {
398 if (opListID == fOps[i].fID) {
446 uint32_t opListID = rtc->priv().testingOnly_addDrawOp(std::move(op));
448 object->addOp(opListID, sparePtr);
  /external/skqp/tests/
OnFlushCallbackTest.cpp 268 // Insert the new op in an internal singly-linked list for 'opListID'
269 void addOp(uint32_t opListID, AtlasedRectOp* op) {
272 if (opListID == fOps[i].fID) {
278 fOps.push({opListID, nullptr});
379 LinkedListHeader* getList(uint32_t opListID) {
381 if (opListID == fOps[i].fID) {
430 uint32_t opListID = rtc->priv().testingOnly_addDrawOp(std::move(op));
432 object->addOp(opListID, sparePtr);

Completed in 203 milliseconds