Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
DSDL_gapivideo.h95 #define kfDirect565 0x80 // 5 red bits, 6 green bits and 5 blue bits per pixel macro
DSDL_gapivideo.c449 gapi->gxProperties.ffFormat = kfDirect565; in FillStructs()
462 gapi->gxProperties.ffFormat = kfDirect565; in FillStructs()
576 if (gapi->gxProperties.ffFormat & kfDirect565) { in GAPI_VideoInit()