Home
last modified time | relevance | path

Searched refs:fNextInReturnQueue (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/graphite/
DResource.h306 fNextInReturnQueue = next; in setNextInReturnQueue()
374 Resource* next = fNextInReturnQueue; in unrefReturnQueue()
375 fNextInReturnQueue = nullptr; in unrefReturnQueue()
402 return this->hasReturnQueueRef() && SkToBool(fNextInReturnQueue); in inReturnQueue()
589 SkASSERT(!fNextInReturnQueue); in removeRef()
635 Resource* fNextInReturnQueue = nullptr; variable