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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c3712 unsigned char extrabytes = 0; local
3717 if(DestFVF == WINED3DFVF_XYZ) extrabytes = 4;
3718 dest_conv_addr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, dwCount * get_flexible_vertex_size(DestFVF) + extrabytes);

Completed in 71 milliseconds