/third_party/skia/src/gpu/gl/ |
H A D | GrGLAttachment.h | 31 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 D | GrMockAttachment.h | 17 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 D | GrAttachment.h | 36 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 D | GrDawnAttachment.cpp | 17 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 D | GrDawnAttachment.h | 34 UsageFlags supportedUsages,
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlAttachment.h | 75 UsageFlags supportedUsages, 81 UsageFlags supportedUsages,
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DAttachment.cpp | 14 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 D | GrD3DAttachment.h | 39 UsageFlags supportedUsages,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.cpp | 217 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 D | GrVkImage.h | 234 UsageFlags supportedUsages, 243 UsageFlags supportedUsages,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SwapChainVk.cpp | 377 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()
|