Searched defs:buffer_add_dirty_area (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | buffer.c | 46 static inline BOOL buffer_add_dirty_area(struct wined3d_buffer *This, UINT offset, UINT size) function 198 if(!buffer_add_dirty_area(This, 0, 0)) 200 ERR("buffer_add_dirty_area failed, this is not expected\n"); 948 if (!buffer_add_dirty_area(buffer, 0, 0)) 950 ERR("buffer_add_dirty_area failed, this is not expected\n"); 1188 if (!buffer_add_dirty_area(buffer, 0, 0)) 1193 if (!buffer_add_dirty_area(buffer, offset, size))
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | buffer.c | 48 static inline BOOL buffer_add_dirty_area(struct wined3d_buffer *This, UINT offset, UINT size) function 220 if(!buffer_add_dirty_area(This, 0, 0)) 222 ERR("buffer_add_dirty_area failed, this is not expected\n"); 1010 if(!buffer_add_dirty_area(This, 0, 0)) 1012 ERR("buffer_add_dirty_area failed, this is not expected\n"); 1253 if (!buffer_add_dirty_area(This, offset, size)) return E_OUTOFMEMORY;
|
Completed in 49 milliseconds