Searched defs:existing_stencil (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
2627 getDepthStencilBits(existing, &existing_depth, &existing_stencil);
2633 if(required_stencil && required_stencil != existing_stencil) 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
2474 getDepthStencilBits(existing, &existing_depth, &existing_stencil);
2480 if(required_stencil && required_stencil != existing_stencil) return FALSE;

Completed in 62 milliseconds