Home
last modified time | relevance | path

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

/bootable/recovery/minui/include/minui/
Dminui.h103 BGRA = 3, enumerator
/bootable/recovery/minui/
Dresources.cpp227 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in res_create_display_surface()
301 if (gr_pixel_format() == PixelFormat::ARGB || gr_pixel_format() == PixelFormat::BGRA) { in res_create_multi_display_surface()
Dgraphics.cpp255 if (pixel_format == PixelFormat::ARGB || pixel_format == PixelFormat::BGRA) { in gr_color()
414 pixel_format = PixelFormat::BGRA; in gr_init()
Dgraphics_drm.cpp88 } else if (pixel_format == PixelFormat::BGRA) { in Create()