Lines Matching refs:mipmapStatus
665 GrMipmapStatus mipmapStatus = backendTex.hasMipmaps() ? GrMipmapStatus::kValid in onWrapBackendTexture() local
668 auto texture = GrGLTexture::MakeWrapped(this, mipmapStatus, desc, in onWrapBackendTexture()
719 GrMipmapStatus mipmapStatus = backendTex.hasMipmaps() ? GrMipmapStatus::kValid in onWrapCompressedBackendTexture() local
722 auto texture = GrGLTexture::MakeWrapped(this, mipmapStatus, desc, in onWrapCompressedBackendTexture()
761 GrMipmapStatus mipmapStatus = backendTex.hasMipmaps() ? GrMipmapStatus::kDirty in onWrapRenderableBackendTexture() local
766 mipmapStatus)); in onWrapRenderableBackendTexture()
1303 GrMipmapStatus mipmapStatus = in onCreateTexture() local
1345 this, budgeted, renderTargetSampleCnt, texDesc, rtIDDesc, mipmapStatus); in onCreateTexture()
1348 tex = sk_make_sp<GrGLTexture>(this, budgeted, texDesc, mipmapStatus); in onCreateTexture()
1428 GrMipmapStatus mipmapStatus = mipMapped == GrMipmapped::kYes in onCreateCompressedTexture() local
1432 auto tex = sk_make_sp<GrGLTexture>(this, budgeted, desc, mipmapStatus); in onCreateCompressedTexture()