Home
last modified time | relevance | path

Searched refs:kWrapped (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm79 kWrapped);
84 kWrapped);
88 kWrapped);
DGrMtlTexture.h64 enum Wrapped { kWrapped }; enumerator
DGrMtlRenderTarget.h79 enum Wrapped { kWrapped }; enumerator
DGrMtlTexture.mm112 new GrMtlTexture(gpu, kWrapped, dimensions, std::move(attachment), mipmapStatus,
/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.cpp121 kWrapped); in MakeWrappedRenderTarget()
124 kWrapped); in MakeWrappedRenderTarget()
DGrD3DRenderTarget.h90 enum Wrapped { kWrapped }; enumerator
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm97 mtlRT = new GrMtlRenderTarget(gpu, desc, sampleCnt, colorTexture, texture, kWrapped);
99 mtlRT = new GrMtlRenderTarget(gpu, desc, texture, kWrapped);
DGrMtlTexture.h58 enum Wrapped { kWrapped }; enumerator
DGrMtlRenderTarget.h81 enum Wrapped { kWrapped }; enumerator
DGrMtlTexture.mm81 return sk_sp<GrMtlTexture>(new GrMtlTexture(gpu, kWrapped, desc, texture, mipMapsStatus,
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.cpp235 return sk_sp<GrRenderTarget>(new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, in onWrapBackendRenderTarget()
255 return sk_sp<GrRenderTarget>(new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, in onWrapBackendTextureAsRenderTarget()
DGrMockTexture.h87 enum Wrapped { kWrapped }; enumerator
/third_party/skia/src/gpu/mock/
DGrMockTexture.h94 enum Wrapped { kWrapped }; enumerator
DGrMockGpu.cpp203 return sk_sp<GrRenderTarget>(new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, in onWrapBackendRenderTarget()