Home
last modified time | relevance | path

Searched defs:wgpuFormat (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_table_autogen.cpp2152 angle::FormatID GetFormatIDFromWgpuTextureFormat(wgpu::TextureFormat wgpuFormat) in GetFormatIDFromWgpuTextureFormat()
2410 angle::FormatID GetFormatIDFromWgpuBufferFormat(wgpu::VertexFormat wgpuFormat) in GetFormatIDFromWgpuBufferFormat()
H A DSurfaceWgpu.cpp406 wgpu::TextureFormat wgpuFormat = texture.texture.GetFormat(); in updateCurrentTexture() local