Searched defs:buffer_sync_apple (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | buffer.c | 703 static void buffer_sync_apple(struct wined3d_buffer *This, DWORD flags, const struct wined3d_gl_info *gl_info) function 802 buffer_sync_apple(This, syncflags, gl_info); 1226 buffer_sync_apple(buffer, flags, gl_info);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | buffer.c | 793 static void buffer_sync_apple(struct wined3d_buffer *This, DWORD flags, const struct wined3d_gl_info *gl_info) function 896 buffer_sync_apple(This, syncflags, gl_info); 1290 buffer_sync_apple(This, flags, gl_info);
|
Completed in 61 milliseconds