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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp790 static bool vboxPixFormatMatch(DDPIXELFORMAT *pFormat1, DDPIXELFORMAT *pFormat2) argument
792 return !memcmp(pFormat1, pFormat2, sizeof (DDPIXELFORMAT));

Completed in 61 milliseconds