/third_party/skia/src/gpu/mock/ |
H A D | GrMockAttachment.h | 17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment() argument
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnAttachment.cpp | 15 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 D | GrGLAttachment.h | 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/d3d/ |
H A D | GrD3DAttachment.cpp | 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
|
/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
|
/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
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkImage.cpp | 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
|