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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c198 void context_attach_depth_stencil_fbo(struct wined3d_context *context, function
442 context_attach_depth_stencil_fbo(context, GL_FRAMEBUFFER, (IWineD3DSurfaceImpl *)device->stencilBufferTarget, TRUE);
2689 context_attach_depth_stencil_fbo(context, GL_FRAMEBUFFER, NULL, FALSE);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c134 static void context_attach_depth_stencil_fbo(struct wined3d_context *context, function
449 context_attach_depth_stencil_fbo(context, target, entry->depth_stencil, entry->location);

Completed in 271 milliseconds