Home
last modified time | relevance | path

Searched refs:mipmapStatus (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DTexture.cpp23 GrMipmapStatus mipmapStatus) in GrD3DTexture()
26 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
28 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture()
38 GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, in GrD3DTexture()
42 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
44 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture()
57 GrMipmapStatus mipmapStatus) in GrD3DTexture()
60 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
62 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == info.fLevelCount)); in GrD3DTexture()
69 GrMipmapStatus mipmapStatus) { in MakeNewTexture()
17 GrD3DTexture(GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument
35 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType) GrD3DTexture() argument
52 GrD3DTexture(GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, GrMipmapStatus mipmapStatus) GrD3DTexture() argument
65 MakeNewTexture(GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const D3D12_RESOURCE_DESC& desc, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTexture() argument
100 GrMipmapStatus mipmapStatus = info.fLevelCount > 1 ? GrMipmapStatus::kValid MakeWrappedTexture() local
[all...]
H A DGrD3DTextureRenderTarget.cpp24 GrMipmapStatus mipmapStatus) in GrD3DTextureRenderTarget()
27 , GrD3DTexture(gpu, dimensions, info, state, shaderResourceView, mipmapStatus) in GrD3DTextureRenderTarget()
48 GrMipmapStatus mipmapStatus) in GrD3DTextureRenderTarget()
51 , GrD3DTexture(gpu, dimensions, info, state, shaderResourceView, mipmapStatus) in GrD3DTextureRenderTarget()
66 GrMipmapStatus mipmapStatus, in GrD3DTextureRenderTarget()
70 , GrD3DTexture(gpu, dimensions, info, state, shaderResourceView, mipmapStatus) in GrD3DTextureRenderTarget()
90 GrMipmapStatus mipmapStatus, in GrD3DTextureRenderTarget()
94 , GrD3DTexture(gpu, dimensions, info, state, shaderResourceView, mipmapStatus) in GrD3DTextureRenderTarget()
106 GrMipmapStatus mipmapStatus) { in MakeNewTextureRenderTarget()
145 std::move(msState), msaaRenderTargetView, renderTargetView, mipmapStatus); in MakeNewTextureRenderTarget()
13 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView, GrMipmapStatus mipmapStatus) GrD3DTextureRenderTarget() argument
40 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DDescriptorHeap::CPUHandle& renderTargetView, GrMipmapStatus mipmapStatus) GrD3DTextureRenderTarget() argument
56 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DTextureResourceInfo& msaaInfo, sk_sp<GrD3DResourceState> msaaState, const GrD3DDescriptorHeap::CPUHandle& colorRenderTargetView, const GrD3DDescriptorHeap::CPUHandle& resolveRenderTargetView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrD3DTextureRenderTarget() argument
83 GrD3DTextureRenderTarget( GrD3DGpu* gpu, SkISize dimensions, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& shaderResourceView, const GrD3DDescriptorHeap::CPUHandle& renderTargetView, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrD3DTextureRenderTarget() argument
99 MakeNewTextureRenderTarget( GrD3DGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, const D3D12_RESOURCE_DESC& resourceDesc, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTextureRenderTarget() argument
167 GrMipmapStatus mipmapStatus = info.fLevelCount > 1 ? GrMipmapStatus::kDirty MakeWrappedTextureRenderTarget() local
[all...]
H A DGrD3DGpu.cpp261 GrMipmapStatus mipmapStatus) { in createD3DTexture()
289 mipmapStatus); in createD3DTexture()
292 mipmapStatus); in createD3DTexture()
308 GrMipmapStatus mipmapStatus = mipLevelCount > 1 ? GrMipmapStatus::kDirty in onCreateTexture() local
313 mipLevelCount, mipmapStatus); in onCreateTexture()
362 GrMipmapStatus mipmapStatus = mipLevelCount > 1 ? GrMipmapStatus::kValid in onCreateCompressedTexture() local
367 mipLevelCount, mipmapStatus); in onCreateCompressedTexture()
254 createD3DTexture(SkISize dimensions, DXGI_FORMAT dxgiFormat, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, int mipLevelCount, GrMipmapStatus mipmapStatus) createD3DTexture() argument
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp27 GrMipmapStatus mipmapStatus) in GrVkTexture()
32 GrTextureType::k2D, mipmapStatus) in GrVkTexture()
35 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
55 sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, in GrVkTexture()
59 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipmapStatus) in GrVkTexture()
62 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
74 GrMipmapStatus mipmapStatus) in GrVkTexture()
77 GrTextureType::k2D, mipmapStatus) in GrVkTexture()
80 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
91 GrMipmapStatus mipmapStatus) { in MakeNewTexture()
23 GrVkTexture(GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus) GrVkTexture() argument
54 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable, GrIOType ioType, bool isExternal) GrVkTexture() argument
71 GrVkTexture(GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, GrMipmapStatus mipmapStatus) GrVkTexture() argument
87 MakeNewTexture(GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTexture() argument
122 GrMipmapStatus mipmapStatus = info.fLevelCount > 1 ? GrMipmapStatus::kValid MakeWrappedTexture() local
[all...]
H A DGrVkTextureRenderTarget.cpp31 GrMipmapStatus mipmapStatus) in GrVkTextureRenderTarget()
33 , GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus) in GrVkTextureRenderTarget()
54 GrMipmapStatus mipmapStatus, in GrVkTextureRenderTarget()
57 , GrVkTexture(gpu, dimensions, std::move(texture), mipmapStatus) in GrVkTextureRenderTarget()
91 GrMipmapStatus mipmapStatus, in MakeNewTextureRenderTarget()
115 std::move(resolveAttachment), mipmapStatus)); in MakeNewTextureRenderTarget()
155 GrMipmapStatus mipmapStatus = in MakeWrappedTextureRenderTarget() local
160 std::move(resolveAttachment), mipmapStatus, cacheable)); in MakeWrappedTextureRenderTarget()
24 GrVkTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus) GrVkTextureRenderTarget() argument
48 GrVkTextureRenderTarget( GrVkGpu* gpu, SkISize dimensions, sk_sp<GrVkImage> texture, sk_sp<GrVkImage> colorAttachment, sk_sp<GrVkImage> resolveAttachment, GrMipmapStatus mipmapStatus, GrWrapCacheable cacheable) GrVkTextureRenderTarget() argument
84 MakeNewTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, int sampleCnt, GrMipmapStatus mipmapStatus, GrProtected isProtected) MakeNewTextureRenderTarget() argument
H A DGrVkTextureRenderTarget.h36 GrMipmapStatus mipmapStatus,
H A DGrVkGpu.cpp1161 GrMipmapStatus mipmapStatus = in onCreateTexture() local
1168 mipmapStatus, isProtected); in onCreateTexture()
1171 mipLevelCount, isProtected, mipmapStatus); in onCreateTexture()
1227 GrMipmapStatus mipmapStatus = (mipMapped == GrMipmapped::kYes) ? GrMipmapStatus::kValid in onCreateCompressedTexture() local
1231 numMipLevels, isProtected, mipmapStatus); in onCreateCompressedTexture()
1257 GrMipmapStatus mipmapStatus = GrMipmapStatus::kNotAllocated; in onCreateCompressedTexture() local
1260 mipmapStatus = GrMipmapStatus::kValid; in onCreateCompressedTexture()
1264 mipmapLevelCount, isProtected, mipmapStatus); in onCreateCompressedTexture()
/third_party/skia/src/gpu/mock/
H A DGrMockTexture.h22 GrMipmapStatus mipmapStatus, in GrMockTexture()
24 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) { in GrMockTexture()
31 GrMipmapStatus mipmapStatus, in GrMockTexture()
35 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) { in GrMockTexture()
57 GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info) in GrMockTexture()
59 , INHERITED(gpu, dimensions, isProtected, GrTextureType::k2D, mipmapStatus) in GrMockTexture()
160 GrMipmapStatus mipmapStatus, in GrMockTextureRenderTarget()
164 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo) in GrMockTextureRenderTarget()
174 GrMipmapStatus mipmapStatus, in GrMockTextureRenderTarget()
179 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInf in GrMockTextureRenderTarget()
18 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info) GrMockTexture() argument
28 GrMockTexture(GrMockGpu* gpu, SkISize dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info, GrWrapCacheable cacheable, GrIOType ioType) GrMockTexture() argument
56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& info) GrMockTexture() argument
155 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo) GrMockTextureRenderTarget() argument
170 GrMockTextureRenderTarget(GrMockGpu* gpu, SkISize dimensions, int sampleCnt, GrProtected isProtected, GrMipmapStatus mipmapStatus, const GrMockTextureInfo& texInfo, const GrMockRenderTargetInfo& rtInfo, GrWrapCacheable cacheable) GrMockTextureRenderTarget() argument
[all...]
H A DGrMockGpu.cpp112 GrMipmapStatus mipmapStatus = in onCreateTexture() local
119 mipmapStatus, texInfo, rtInfo)); in onCreateTexture()
122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateTexture()
142 GrMipmapStatus mipmapStatus = (mipMapped == GrMipmapped::kYes) in onCreateCompressedTexture() local
150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateCompressedTexture()
176 GrMipmapStatus mipmapStatus = tex.hasMipmaps() ? GrMipmapStatus::kValid in onWrapBackendTexture() local
179 return sk_sp<GrTexture>(new GrMockTexture(this, tex.dimensions(), isProtected, mipmapStatus, in onWrapBackendTexture()
197 GrMipmapStatus mipmapStatus = in onWrapRenderableBackendTexture() local
205 isProtected, mipmapStatus, texInfo, in onWrapRenderableBackendTexture()
/third_party/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp21 GrMipmapStatus mipmapStatus) in GrGLTextureRenderTarget()
23 , GrGLTexture(gpu, texDesc, nullptr, mipmapStatus) in GrGLTextureRenderTarget()
34 GrMipmapStatus mipmapStatus) in GrGLTextureRenderTarget()
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipmapStatus) in GrGLTextureRenderTarget()
70 GrMipmapStatus mipmapStatus) { in MakeWrapped()
72 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipmapStatus)); in MakeWrapped()
16 GrGLTextureRenderTarget(GrGLGpu* gpu, SkBudgeted budgeted, int sampleCount, const GrGLTexture::Desc& texDesc, const GrGLRenderTarget::IDs& rtIDs, GrMipmapStatus mipmapStatus) GrGLTextureRenderTarget() argument
28 GrGLTextureRenderTarget(GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) GrGLTextureRenderTarget() argument
63 MakeWrapped( GrGLGpu* gpu, int sampleCount, const GrGLTexture::Desc& texDesc, sk_sp<GrGLTextureParameters> parameters, const GrGLRenderTarget::IDs& rtIDs, GrWrapCacheable cacheable, GrMipmapStatus mipmapStatus) MakeWrapped() argument
H A DGrGLTexture.cpp48 GrMipmapStatus mipmapStatus) in GrGLTexture()
51 TextureTypeFromTarget(desc.fTarget), mipmapStatus) in GrGLTexture()
60 GrGLTexture::GrGLTexture(GrGLGpu* gpu, const Desc& desc, GrMipmapStatus mipmapStatus, in GrGLTexture() argument
65 TextureTypeFromTarget(desc.fTarget), mipmapStatus) in GrGLTexture()
76 GrMipmapStatus mipmapStatus) in GrGLTexture()
79 TextureTypeFromTarget(desc.fTarget), mipmapStatus) { in GrGLTexture()
127 GrMipmapStatus mipmapStatus, in MakeWrapped()
133 new GrGLTexture(gpu, desc, mipmapStatus, std::move(parameters), cacheable, ioType)); in MakeWrapped()
47 GrGLTexture(GrGLGpu* gpu, SkBudgeted budgeted, const Desc& desc, GrMipmapStatus mipmapStatus) GrGLTexture() argument
75 GrGLTexture(GrGLGpu* gpu, const Desc& desc, sk_sp<GrGLTextureParameters> parameters, GrMipmapStatus mipmapStatus) GrGLTexture() argument
126 MakeWrapped(GrGLGpu* gpu, GrMipmapStatus mipmapStatus, const Desc& desc, sk_sp<GrGLTextureParameters> parameters, GrWrapCacheable cacheable, GrIOType ioType) MakeWrapped() argument
H A DGrGLGpu.cpp671 GrMipmapStatus mipmapStatus = backendTex.hasMipmaps() ? GrMipmapStatus::kValid in onWrapBackendTexture() local
674 auto texture = GrGLTexture::MakeWrapped(this, mipmapStatus, desc, in onWrapBackendTexture()
725 GrMipmapStatus mipmapStatus = backendTex.hasMipmaps() ? GrMipmapStatus::kValid in onWrapCompressedBackendTexture() local
728 auto texture = GrGLTexture::MakeWrapped(this, mipmapStatus, desc, in onWrapCompressedBackendTexture()
767 GrMipmapStatus mipmapStatus = backendTex.hasMipmaps() ? GrMipmapStatus::kDirty in onWrapRenderableBackendTexture() local
772 mipmapStatus)); in onWrapRenderableBackendTexture()
1365 GrMipmapStatus mipmapStatus = in onCreateTexture() local
1407 this, budgeted, renderTargetSampleCnt, texDesc, rtIDDesc, mipmapStatus); in onCreateTexture()
1410 tex = sk_make_sp<GrGLTexture>(this, budgeted, texDesc, mipmapStatus); in onCreateTexture()
1490 GrMipmapStatus mipmapStatus in onCreateCompressedTexture() local
[all...]
/third_party/skia/src/gpu/
H A DGrTextureProxy.cpp24 GrMipmapStatus mipmapStatus,
33 , fMipmapStatus(mipmapStatus)
49 GrMipmapStatus mipmapStatus,
59 , fMipmapStatus(mipmapStatus)
76 , fMipmapStatus(fTarget->asTexture()->mipmapStatus())
H A DGrTextureRenderTargetProxy.cpp30 GrMipmapStatus mipmapStatus, in GrTextureRenderTargetProxy()
41 , GrTextureProxy(format, dimensions, mipMapped, mipmapStatus, fit, budgeted, isProtected, in GrTextureRenderTargetProxy()
53 GrMipmapStatus mipmapStatus, in GrTextureRenderTargetProxy()
67 , GrTextureProxy(LazyInstantiateCallback(), format, dimensions, mipMapped, mipmapStatus, in GrTextureRenderTargetProxy()
25 GrTextureRenderTargetProxy(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
47 GrTextureRenderTargetProxy(const GrCaps& caps, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
H A DGrProxyProvider.cpp474 GrMipmapStatus mipmapStatus = (GrMipmapped::kYes == mipMapped) in createProxy() local
484 *caps, format, dimensions, renderTargetSampleCnt, mipMapped, mipmapStatus, fit, in createProxy()
489 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureProxy(format, dimensions, mipMapped, mipmapStatus, in createProxy()
508 GrMipmapStatus mipmapStatus = (GrMipmapped::kYes == mipMapped) ? GrMipmapStatus::kValid in createCompressedTextureProxy() local
517 format, dimensions, mipMapped, mipmapStatus,GrInternalSurfaceFlags::kReadOnly, in createCompressedTextureProxy()
742 GrMipmapStatus mipmapStatus = (GrMipmapped::kYes == mipMapped) ? GrMipmapStatus::kValid in CreatePromiseProxy() local
751 mipmapStatus, in CreatePromiseProxy()
766 GrMipmapStatus mipmapStatus, in createLazyProxy()
792 mipmapStatus, in createLazyProxy()
808 GrMipmapStatus mipmapStatus, in createLazyRenderTargetProxy()
762 createLazyProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, GrInternalSurfaceFlags surfaceFlags, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrSurfaceProxy::UseAllocator useAllocator) createLazyProxy() argument
801 createLazyRenderTargetProxy( LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrInternalSurfaceFlags surfaceFlags, const TextureInfo* textureInfo, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, bool wrapsVkSecondaryCB, UseAllocator useAllocator) createLazyRenderTargetProxy() argument
[all...]
H A DGrTexture.cpp45 GrMipmapStatus mipmapStatus) in GrTexture()
48 , fMipmapStatus(mipmapStatus) { in GrTexture()
41 GrTexture(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected, GrTextureType textureType, GrMipmapStatus mipmapStatus) GrTexture() argument
H A DGrBackendTextureImageGenerator.cpp163 GrMipmapStatus mipmapStatus = fBackendTexture.hasMipmaps() in onGenerateTexture() local
212 backendFormat, fBackendTexture.dimensions(), textureIsMipMapped, mipmapStatus, in onGenerateTexture()
H A DGrTexture.h54 GrMipmapStatus mipmapStatus() const { return fMipmapStatus; } in mipmapStatus() function in GrTexture
/third_party/skia/src/gpu/dawn/
H A DGrDawnTextureRenderTarget.cpp18 GrMipmapStatus mipmapStatus) in GrDawnTextureRenderTarget()
20 , GrDawnTexture(gpu, dimensions, textureInfo, mipmapStatus) in GrDawnTextureRenderTarget()
14 GrDawnTextureRenderTarget(GrDawnGpu* gpu, SkISize dimensions, int sampleCnt, const GrDawnTextureInfo& textureInfo, GrMipmapStatus mipmapStatus) GrDawnTextureRenderTarget() argument
H A DGrDawnTexture.cpp17 GrMipmapStatus mipmapStatus) in GrDawnTexture()
19 , GrTexture(gpu, dimensions, GrProtected::kNo, GrTextureType::k2D, mipmapStatus) in GrDawnTexture()
14 GrDawnTexture(GrDawnGpu* gpu, SkISize dimensions, const GrDawnTextureInfo& info, GrMipmapStatus mipmapStatus) GrDawnTexture() argument
H A DGrDawnTextureRenderTarget.h28 GrMipmapStatus mipmapStatus);
H A DGrDawnGpu.cpp238 GrMipmapStatus mipmapStatus = in onCreateTexture() local
242 budgeted, mipLevelCount, mipmapStatus); in onCreateTexture()

Completed in 23 milliseconds