Searched defs:u64NumColors (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp103 ULONG64 u64NumColors = 3; local
124 if (pExpr && GetExpressionEx(pExpr, &u64NumColors, &pExpr))
126 if (!u64NumColors) { dprintf("Num Colors value can not be NULL\n"); return; }
222 if (u64NumColors != 3)
224 dprintf("WARNING: unsupported number colors: (%d)\n", (UINT)u64NumColors);
227 u64NumColors = 3;
233 u64NumColors = 1;
236 if (u64NumColors == 1)
267 dprintf("WARNING: unsupported number colors: (%d)\n", (UINT)u64NumColors);

Completed in 41 milliseconds