gem5
|
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
static Pixel | pixel_red (0xff, 0x00, 0x00) |
static Pixel | pixel_green (0x00, 0xff, 0x00) |
static Pixel | pixel_blue (0x00, 0x00, 0xff) |
int main | ( | ) |
Definition at line 48 of file fbtest.cc.
References data, EXPECT_EQ, PixelConverter::fromPixel(), pixel_blue, pixel_green, pixel_red, UnitTest::printResults(), SparcISA::red, PixelConverter::rgb565_le, PixelConverter::rgba8888_be, PixelConverter::rgba8888_le, and UnitTest::setCase().