Searched refs:ffFormat (Results 1 – 2 of 2) sorted by relevance
143 unsigned long ffFormat; //18 member402 this->hidden->gxProperties.ffFormat = gxInfo.ffFormat; in FillStructs()421 this->hidden->gxProperties.ffFormat = kfDirect565; in FillStructs()424 this->hidden->gxProperties.ffFormat = kfDirect555; in FillStructs()432 this->hidden->gxProperties.ffFormat = kfDirect; in FillStructs()434 this->hidden->gxProperties.ffFormat = kfDirect565; in FillStructs()436 this->hidden->gxProperties.ffFormat = kfDirect; in FillStructs()546 if (this->hidden->gxProperties.ffFormat & kfDirect565) { in GAPI_VideoInit()554 if (this->hidden->gxProperties.ffFormat & kfDirect555) { in GAPI_VideoInit()562 if ((this->hidden->gxProperties.ffFormat & kfDirect) && (this->hidden->gxProperties.cBPP < 8)) { in GAPI_VideoInit()[all …]
39 DWORD ffFormat; // format flags. member