Lines Matching refs:kNo
173 GrMipmapped::kNo,
289 SkASSERT(fit == SkBackingFit::kExact || mipMapped == GrMipmapped::kNo);
316 if (mipMapped == GrMipmapped::kNo ||
346 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo);
353 SkASSERT(desc.fMipmapped == GrMipmapped::kNo);
368 format, dims, GrMipmapped::kNo, GrMipmapStatus::kNotAllocated,
369 GrInternalSurfaceFlags::kNone, fit, budgeted, GrProtected::kNo, UseAllocator::kYes);
383 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo);
417 GrRenderable::kNo,
421 GrProtected::kNo,
425 SkBackingFit::kExact, budgeted, GrProtected::kNo, UseAllocator::kYes);
462 mipMapped = GrMipmapped::kNo;
518 SkBackingFit::kExact, SkBudgeted::kYes, GrProtected::kNo, UseAllocator::kYes);
566 // Make sure we match how we created the proxy with SkBudgeted::kNo
569 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo,
601 // Make sure we match how we created the proxy with SkBudgeted::kNo
604 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo,
642 // Make sure we match how we created the proxy with SkBudgeted::kNo
645 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), UseAllocator::kNo,
647 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), UseAllocator::kNo,
677 // Make sure we match how we created the proxy with SkBudgeted::kNo
679 return assignTagToProxy(sk_sp<GrRenderTargetProxy>(new GrRenderTargetProxy(std::move(rt), UseAllocator::kNo)));
716 std::move(rt), UseAllocator::kNo, GrRenderTargetProxy::WrapsVkSecondaryCB::kYes)));
753 SkBudgeted::kNo,
754 GrProtected::kNo,
838 : GrRenderTargetProxy::WrapsVkSecondaryCB::kNo;
868 GrMipmapped::kNo, GrMipmapStatus::kNotAllocated, SkBackingFit::kApprox,
869 SkBudgeted::kYes, isProtected, surfaceFlags, useAllocator, GrDDLProvider::kNo));
872 new GrTextureProxy(std::move(callback), format, kLazyDims, GrMipmapped::kNo,
875 GrDDLProvider::kNo));
921 return fImageContext->asDirectContext() ? GrDDLProvider::kNo : GrDDLProvider::kYes;
951 InvalidateGPUResource::kNo,
952 RemoveTableEntry::kNo);