Searched refs:ffFormat (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.h40 DWORD ffFormat; // format flags. member in struct:GXDisplayProperties
H A DSDL_gapivideo.c155 unsigned long ffFormat; //18 member in struct:GXDeviceInfo
430 gapi->gxProperties.ffFormat = gxInfo.ffFormat;
449 gapi->gxProperties.ffFormat = kfDirect565;
452 gapi->gxProperties.ffFormat = kfDirect555;
460 gapi->gxProperties.ffFormat = kfDirect;
462 gapi->gxProperties.ffFormat = kfDirect565;
464 gapi->gxProperties.ffFormat = kfDirect;
576 if (gapi->gxProperties.ffFormat & kfDirect565) {
584 if (gapi->gxProperties.ffFormat
[all...]

Completed in 41 milliseconds