Home
last modified time | relevance | path

Searched defs:supportedUsages (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/mock/
H A DGrMockAttachment.h17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnAttachment.cpp15 GrDawnAttachment(GrDawnGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int samples, wgpu::Texture texture, wgpu::TextureView view) GrDawnAttachment() argument
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.h28 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/d3d/
H A DGrD3DAttachment.cpp12 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
/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
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp377 VkImageUsageFlags supportedUsages = surfaceInfo.capabilities.supportedUsageFlags; in ChooseConfig() local
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp215 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

Completed in 6 milliseconds