Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
47 OpsTask* asOpsTask() override { return this; }
68 // require the specifics of GrTextureProxy, so this avoids a number of unnecessary virtual
70 // be a texture. Eventually, when proxies are a unified type with flags, this can just
96 // Returns whether the given opsTask can be appended at the end of this one.
100 // renderPass compatible. Return the number of tasks merged into 'this'.
153 // If a surfaceDrawContext splits its opsTask, it uses this method to guarantee stencil values
157 // Prevents this opsTask from merging backward. This is used by DMSAA when a non-multisampled
186 // Attempts to move the ops from the passed chain to this chain at the head. Also attempts
191 // Attempts to add 'op' to this chain either by merging or adding to the tail. Returns
199 return SkToBool(this->head());
283 // TODO: We could look into this being a set if we find we're adding a lot of duplicates that is