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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c381 static struct fbo_entry *context_find_fbo_entry(struct wined3d_context *context) function
484 context->current_fbo = context_find_fbo_entry(context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c378 static struct fbo_entry *context_find_fbo_entry(struct wined3d_context *context, GLenum target, function
490 context->current_fbo = context_find_fbo_entry(context, target, render_targets, depth_stencil, location);

Completed in 133 milliseconds