Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
19 * the beginning of a frame whenever possible. These are called ASAP uploads. Of course, this
22 * would read the new (wrong) texture data. When this read-before-write data hazard exists they
48 bool operator!=(const GrDeferredUploadToken& that) const { return !(*this == that); }
64 return *this;
74 /** Is this token in the [start, end] inclusive interval? */
76 return *this >= start && *this <= end;
93 /** Gets the next draw token that will be issued by this target. This can be used by an op
115 * Passed to a deferred upload when it is executed, this method allows the deferred upload to
140 /** Returns the token of the draw that this upload will occur before. */
143 /** Returns the token of the draw that this upload will occur before. Since ASAP uploads
144 are done first during a flush, this will be the first token since the most recent