Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlRenderTarget.mm104 gpu, dimensions, sampleCnt, colorTexture, texture, kWrapped);
107 mtlRT = new GrMtlRenderTarget(gpu, dimensions, sampleCnt, texture, nil, kWrapped);
110 mtlRT = new GrMtlRenderTarget(gpu, dimensions, texture, kWrapped);
DGrMtlTexture.h62 enum Wrapped { kWrapped }; enumerator
DGrMtlRenderTarget.h75 enum Wrapped { kWrapped }; enumerator
DGrMtlTexture.mm101 new GrMtlTexture(gpu, kWrapped, dimensions, texture, mipmapStatus, cacheable, ioType));
/external/skia/src/gpu/d3d/
DGrD3DRenderTarget.cpp121 kWrapped); in MakeWrappedRenderTarget()
124 kWrapped); in MakeWrappedRenderTarget()
DGrD3DRenderTarget.h90 enum Wrapped { kWrapped }; enumerator
/external/skqp/src/gpu/mtl/
DGrMtlRenderTarget.h76 enum Wrapped { kWrapped }; enumerator
DGrMtlTexture.h71 enum Wrapped { kWrapped }; enumerator
DGrMtlRenderTarget.mm43 return sk_sp<GrMtlRenderTarget>(new GrMtlRenderTarget(gpu, desc, renderTexture, kWrapped));
DGrMtlTexture.mm80 return sk_sp<GrMtlTexture>(new GrMtlTexture(gpu, kWrapped, desc, texture, mipMapsStatus,
/external/skqp/src/gpu/mock/
DGrMockGpu.cpp162 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, info)); in onWrapBackendRenderTarget()
183 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, rtInfo)); in onWrapBackendTextureAsRenderTarget()
DGrMockTexture.h111 enum Wrapped { kWrapped }; enumerator
/external/skia/src/gpu/mock/
DGrMockTexture.h94 enum Wrapped { kWrapped }; enumerator
DGrMockGpu.cpp203 return sk_sp<GrRenderTarget>(new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, in onWrapBackendRenderTarget()