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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c3676 char *dest_ptr, *dest_conv = NULL, *dest_conv_addr = NULL; local
3718 dest_conv_addr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, dwCount * get_flexible_vertex_size(DestFVF) + extrabytes);
3719 if(!dest_conv_addr) {
3723 dest_conv = dest_conv_addr;
4005 dest_conv_addr));
4007 HeapFree(GetProcessHeap(), 0, dest_conv_addr); local

Completed in 73 milliseconds