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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c335 static struct fbo_entry *context_create_fbo_entry(struct wined3d_context *context) function
401 entry = context_create_fbo_entry(context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c326 static struct fbo_entry *context_create_fbo_entry(const struct wined3d_context *context, function
408 entry = context_create_fbo_entry(context, render_targets, depth_stencil, location);

Completed in 57 milliseconds