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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dbuffer.c224 , DWORD *offset_this_run
254 || (stream_offset != *offset_this_run && *offset_this_run))
263 *offset_this_run = stream_offset;
265 || This->offset != *offset_this_run)
276 This->offset = *offset_this_run;
312 , DWORD *offset_this_run
333 , offset_this_run
349 , offset_this_run
357 , offset_this_run
375 UINT offset_this_run = 0; local
[all...]

Completed in 340 milliseconds