Home | History | Annotate | Download | only in gpu

Lines Matching refs:ref

21  * class to isolate the ref-cnting behavior and provide friendship without exposing all of
25 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
33 * The latter two ref types are private and intended only for Gr core code.
35 * When all the ref/io counts reach zero DERIVED::notifyAllCntsAreZero() will be called (static poly
36 * morphism using CRTP). Similarly when the ref (but not necessarily pending read/write) count
38 * the ref cnt to reach zero and the other counts are zero, notifyRefCountIsZero() will be called
52 void ref() const {
136 friend class GrResourceCache; // to check IO ref counts.
334 // This is not ref'ed but abandon() or release() will be called before the GrGpu object