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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2622 short existing_depth, existing_stencil, required_depth, required_stencil; local
2628 getDepthStencilBits(required, &required_depth, &required_stencil);
2630 if(existing_depth < required_depth) return FALSE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2469 BYTE existing_depth, existing_stencil, required_depth, required_stencil; local
2475 getDepthStencilBits(required, &required_depth, &required_stencil);
2477 if(existing_depth < required_depth) return FALSE;

Completed in 69 milliseconds