Lines Matching defs:stencil
184 * depth+stencil buffer. Note that we currently only need depth capabilities
186 * return a list of pixel formats with the largest depth buffer (and stencil)
206 // this is the initial minimum value for the combined depth+stencil size
229 // meets our requirements while keeping the combined depth+stencil sizes
238 int depth, stencil, db, alpha;
244 stencil = attrVals[1];
249 "[V] pixfmt=%d db=%d alpha=%d depth=%d stencil=%d valid=",
250 pixfmt, db, alpha, depth, stencil);
252 if ((depth + stencil) < minDepthPlusStencil) {
254 minDepthPlusStencil = depth + stencil;