HomeSort by relevance Sort by last modified time
    Searched refs:ffFormat (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h 40 DWORD ffFormat; // format flags.
SDL_gapivideo.c 155 unsigned long ffFormat; //18
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 & kfDirect555)
    [all...]

Completed in 46 milliseconds