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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c417 static void context_apply_fbo_entry(struct wined3d_context *context, struct fbo_entry *entry) function
485 context_apply_fbo_entry(context, context->current_fbo);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c424 static void context_apply_fbo_entry(struct wined3d_context *context, GLenum target, struct fbo_entry *entry) function
491 context_apply_fbo_entry(context, target, context->current_fbo);

Completed in 55 milliseconds