Home
last modified time | relevance | path

Searched refs:dstTextureProxy (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/glsl/
DGrGLSLProgramBuilder.cpp306 GrTextureProxy* dstTextureProxy = dstView.asTextureProxy(); in emitAndInstallDstTexture() local
307 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()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlPipelineState.mm105 if (GrTextureProxy* dstTextureProxy = pipeline.dstProxyView().asTextureProxy()) {
107 GrSamplerState::Filter::kNearest, dstTextureProxy->peekTexture(), fGpu);