Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
45 // In normal usage (i.e., through GrTDeferredProxyUploader) this will be redundant
46 this->wait();
55 auto uploadMask = [this, proxy](GrDeferredTextureUploadWritePixelsFn& writePixelsFn) {
56 this->wait();
57 GrColorType pixelColorType = SkColorTypeToGrColorType(this->fPixels.info().colorType());
58 // If the worker thread was unable to allocate pixels, this check will fail, and we'll
60 if (this->fPixels.addr()) {
64 this->fPixels.addr(),
65 this->fPixels.rowBytes());
67 // Upload has finished, so tell the proxy to release this GrDeferredProxyUploader
75 this->freeData();
110 this->wait();