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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c890 WINED3DFORMAT srcFormat, destFormat; local
904 destFormat = winedesc.format;
907 if (srcFormat != destFormat && WINED3DFMT_UNKNOWN != destFormat) {
911 } else if (WINED3DFMT_UNKNOWN == destFormat) {

Completed in 56 milliseconds