Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
119 // mechanism is not thread safe so we do not hold a ref on this global.
124 // Helper functions to quickly know if this GrPipeline will access the dst as a texture or an
126 bool usesDstTexture() const { return this->dstProxyView() && !this->usesDstInputAttachment(); }
128 return this->dstSampleFlags() & GrDstSampleFlags::kAsInputAttachment;
142 /** If this GrXferProcessor uses a texture to access the dst color, returns that texture. */
144 if (!this->usesDstTexture()) {
148 if (GrTextureProxy* dstProxy = this->dstProxyView().asTextureProxy()) {
182 if (this->dstProxyView().proxy()) {
183 return this->dstProxyView().proxy()->isInstantiated();