Home
last modified time | relevance | path

Searched refs:native_format (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp530 PixelFormat native_format = PixelFormat::RGBA_8888; in GetNativePixelFormat() local
534 native_format = PixelFormat::RGBA_8888; in GetNativePixelFormat()
537 native_format = PixelFormat::RGB_565; in GetNativePixelFormat()
540 native_format = PixelFormat::RGBA_FP16; in GetNativePixelFormat()
543 native_format = PixelFormat::RGBA_1010102; in GetNativePixelFormat()
546 native_format = PixelFormat::R_8; in GetNativePixelFormat()
549 native_format = PixelFormat::RGBA_10101010; in GetNativePixelFormat()
555 return native_format; in GetNativePixelFormat()