Home | History | Annotate | Download | only in simplereference

Lines Matching refs:hasStencil

1010 	const bool hasStencil	= access.getFormat().order == tcu::TextureFormat::S || access.getFormat().order == tcu::TextureFormat::DS;
1011 const bool hasColor = !hasDepth && !hasStencil;
1015 if (hasStencil)
3369 bool hasStencil = !isEmpty(stencilArea);
3397 if (hasStencil && (buffers & GL_STENCIL_BUFFER_BIT) != 0)
4286 const bool hasStencil = !isEmpty(stencilBuf);
4287 const int stencilBits = (hasStencil) ? (getNumStencilBits(stencilBuf.raw().getFormat())) : (0);