Home
last modified time | relevance | path

Searched refs:supportedUsages (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.h31 UsageFlags supportedUsages, in MakeWrappedRenderBuffer()
35 new GrGLAttachment(gpu, renderbufferID, dimensions, supportedUsages, sampleCnt, in MakeWrappedRenderBuffer()
56 UsageFlags supportedUsages, in GrGLAttachment()
59 : GrAttachment(gpu, dimensions, supportedUsages, sampleCnt, GrMipmapped::kNo, in GrGLAttachment()
63 SkASSERT(supportedUsages == UsageFlags::kStencilAttachment || in GrGLAttachment()
64 supportedUsages == UsageFlags::kColorAttachment); in GrGLAttachment()
28 MakeWrappedRenderBuffer(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) MakeWrappedRenderBuffer() argument
53 GrGLAttachment(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) GrGLAttachment() argument
/third_party/skia/src/gpu/mock/
H A DGrMockAttachment.h17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment() argument
18 : INHERITED(gpu, dimensions, supportedUsages, sampleCnt, GrMipmapped::kNo, in GrMockAttachment()
20 SkASSERT(supportedUsages == UsageFlags::kStencilAttachment); in GrMockAttachment()
/third_party/skia/src/gpu/
H A DGrAttachment.h36 UsageFlags supportedUsages() const { return fSupportedUsages; } in supportedUsages() function in GrAttachment
73 GrAttachment(GrGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, in GrAttachment() argument
77 , fSupportedUsages(supportedUsages) in GrAttachment()
/third_party/skia/src/gpu/dawn/
H A DGrDawnAttachment.cpp17 UsageFlags supportedUsages, in GrDawnAttachment()
21 : INHERITED(gpu, dimensions, supportedUsages, samples, GrMipmapped::kNo, GrProtected::kNo) in GrDawnAttachment()
15 GrDawnAttachment(GrDawnGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int samples, wgpu::Texture texture, wgpu::TextureView view) GrDawnAttachment() argument
H A DGrDawnAttachment.h34 UsageFlags supportedUsages,
/third_party/skia/src/gpu/mtl/
H A DGrMtlAttachment.h75 UsageFlags supportedUsages,
81 UsageFlags supportedUsages,
/third_party/skia/src/gpu/d3d/
H A DGrD3DAttachment.cpp14 UsageFlags supportedUsages, in GrD3DAttachment()
20 : GrAttachment(gpu, dimensions, supportedUsages, desc.SampleDesc.Count, GrMipmapped::kNo, in GrD3DAttachment()
12 GrD3DAttachment(GrD3DGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, DXGI_FORMAT format, const D3D12_RESOURCE_DESC& desc, const GrD3DTextureResourceInfo& info, sk_sp<GrD3DResourceState> state, const GrD3DDescriptorHeap::CPUHandle& view) GrD3DAttachment() argument
H A DGrD3DAttachment.h39 UsageFlags supportedUsages,
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp217 UsageFlags supportedUsages, in GrVkImage()
225 supportedUsages, in GrVkImage()
248 UsageFlags supportedUsages, in GrVkImage()
258 supportedUsages, in GrVkImage()
702 if (supportedUsages() & UsageFlags::kTexture) { in onGpuMemorySize()
215 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, SkBudgeted budgeted) GrVkImage() argument
246 GrVkImage(GrVkGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, const GrVkImageInfo& info, sk_sp<GrBackendSurfaceMutableStateImpl> mutableState, sk_sp<const GrVkImageView> framebufferView, sk_sp<const GrVkImageView> textureView, GrBackendObjectOwnership ownership, GrWrapCacheable cacheable, bool forSecondaryCB) GrVkImage() argument
H A DGrVkImage.h234 UsageFlags supportedUsages,
243 UsageFlags supportedUsages,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp377 VkImageUsageFlags supportedUsages = surfaceInfo.capabilities.supportedUsageFlags; in ChooseConfig() local
378 if (!IsSubset(targetUsages, supportedUsages)) { in ChooseConfig()
458 if ((supportedUsages & VK_IMAGE_USAGE_TRANSFER_DST_BIT) == 0) { in ChooseConfig()

Completed in 6 milliseconds