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

/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c287 static void DisplayFlags(PCFLAGDESC paFlagDescs, uint32_t fFlags, unsigned cchIndent) argument
292 assert(paFlagDescs[i].fMask == (UINT32_C(1) << i));
293 if (paFlagDescs[i].fMask & fFlags)
294 printf("%*s%s\n", cchIndent, "", paFlagDescs[i].pszName);

Completed in 43 milliseconds