Home
last modified time | relevance | path

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

/external/libkmsxx/kms++util/src/
Ddrawing.cpp23 case PixelFormat::ABGR8888: in draw_rgb_pixel()
164 case PixelFormat::ABGR8888: in draw_rect()
220 case PixelFormat::ABGR8888: in draw_char()
Dtestpat.cpp109 case PixelFormat::ABGR8888: in draw_test_pattern_part()
/external/libkmsxx/kms++/src/
Dpixelformats.cpp28 { PixelFormat::ABGR8888, { 1, { { 32, 1, 1 } }, } },
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h28 ABGR8888 = MakeFourCC("AB24"), enumerator
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp185 .value("ABGR8888", PixelFormat::ABGR8888) in init_pykmsbase()