Searched defs:BGRA8 (Results 1 – 2 of 2) sorted by relevance
57 struct BGRA8 { struct58 uint8 blue;59 uint8 green;60 uint8 red;61 uint8 alpha;
89 TEST_F(FramebufferFormatsTest, BGRA8) in TEST_F() argument