Searched refs:dstTextureProxy (Results 1 – 2 of 2) sorted by relevance
306 GrTextureProxy* dstTextureProxy = dstView.asTextureProxy(); in emitAndInstallDstTexture() local307 SkASSERT(dstTextureProxy); in emitAndInstallDstTexture()309 fDstTextureSamplerHandle = this->emitSampler(dstTextureProxy->backendFormat(), in emitAndInstallDstTexture()315 SkASSERT(dstTextureProxy->textureType() != GrTextureType::kExternal); in emitAndInstallDstTexture()327 if (dstTextureProxy->textureType() == GrTextureType::k2D) { in emitAndInstallDstTexture()334 SkASSERT(dstTextureProxy->textureType() == GrTextureType::kRectangle); in emitAndInstallDstTexture()
105 if (GrTextureProxy* dstTextureProxy = pipeline.dstProxyView().asTextureProxy()) {107 GrSamplerState::Filter::kNearest, dstTextureProxy->peekTexture(), fGpu);