Searched refs:gxProperties (Results 1 – 2 of 2) sorted by relevance
392 gapi->gxProperties = gapi->gxFunc.GXGetDisplayProperties(); in FillStructs()403 …if ((oemstr[12] == 'H') && (oemstr[13] == '3') && (oemstr[14] == '8') && (gapi->gxProperties.cbxPi… in FillStructs()406 gapi->gxProperties.cbxPitch = -640; in FillStructs()407 gapi->gxProperties.cbyPitch = 2; in FillStructs()426 gapi->gxProperties.cbxPitch = 2; in FillStructs()427 gapi->gxProperties.cbyPitch = 480; in FillStructs()428 gapi->gxProperties.cxWidth = gxInfo.cxWidth; in FillStructs()429 gapi->gxProperties.cyHeight = gxInfo.cyHeight; in FillStructs()430 gapi->gxProperties.ffFormat = gxInfo.ffFormat; in FillStructs()438 gapi->gxProperties.cBPP = g_RawFrameBufferInfo.wBPP; in FillStructs()[all …]
148 struct GXDisplayProperties gxProperties; member