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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2637 static void context_validate_onscreen_formats(IWineD3DDeviceImpl *device, struct wined3d_context *context) function
2667 if (!context->render_offscreen) context_validate_onscreen_formats(device, context);
2680 if (!context->render_offscreen) context_validate_onscreen_formats(device, context);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2485 static void context_validate_onscreen_formats(struct wined3d_context *context, function
2524 context_validate_onscreen_formats(context, NULL);
2599 context_validate_onscreen_formats(context, fb->depth_stencil);
2764 context_validate_onscreen_formats(context, fb->depth_stencil);

Completed in 54 milliseconds