Searched refs:buffer_process_converted_attribute (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | buffer.c | 242 static BOOL buffer_process_converted_attribute(struct wined3d_buffer *This, function 322 ret = buffer_process_converted_attribute(This, CONV_FLOAT16_2, attrib, stride_this_run); 330 ret = buffer_process_converted_attribute(This, CONV_D3DCOLOR, attrib, stride_this_run); 336 ret = buffer_process_converted_attribute(This, CONV_POSITIONT, attrib, stride_this_run); 340 ret = buffer_process_converted_attribute(This, CONV_NONE, attrib, stride_this_run);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | buffer.c | 220 static BOOL buffer_process_converted_attribute(struct wined3d_buffer *This, function 331 ret = buffer_process_converted_attribute(This, CONV_D3DCOLOR, attrib, stride_this_run 347 ret = buffer_process_converted_attribute(This, CONV_POSITIONT, attrib, stride_this_run 355 ret = buffer_process_converted_attribute(This, CONV_NONE, attrib, stride_this_run
|
Completed in 38 milliseconds