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

  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 392 gapi->gxProperties = gapi->gxFunc.GXGetDisplayProperties();
403 if ((oemstr[12] == 'H') && (oemstr[13] == '3') && (oemstr[14] == '8') && (gapi->gxProperties.cbxPitch > 0))
406 gapi->gxProperties.cbxPitch = -640;
407 gapi->gxProperties.cbyPitch = 2;
426 gapi->gxProperties.cbxPitch = 2;
427 gapi->gxProperties.cbyPitch = 480;
428 gapi->gxProperties.cxWidth = gxInfo.cxWidth;
429 gapi->gxProperties.cyHeight = gxInfo.cyHeight;
430 gapi->gxProperties.ffFormat = gxInfo.ffFormat;
438 gapi->gxProperties.cBPP = g_RawFrameBufferInfo.wBPP
    [all...]
SDL_gapivideo.h 148 struct GXDisplayProperties gxProperties;

Completed in 34 milliseconds