Home | History | Annotate | Download | only in egl

Lines Matching refs:stencilSize

1020 static bool	hasStencil	(const eglu::CandidateConfig& c)	{ return c.stencilSize() > 0;	}
1021 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; }