Lines Matching refs:depth
485 throw tcu::NotSupportedError("Separate depth and stencil buffers not supported");
553 // Clear depth to 1 and stencil to 0.
557 // Fill source with gradient, depth = [-1..1], stencil = 7
567 // Fill destination with grid pattern, depth = 0 and stencil = 1
597 // Render blue color where depth < 0, decrement on depth failure.
1080 bool depth = false;
1090 depth = true;
1097 // Do not try separate stencil along with a combined depth/stencil
1107 if (!stencil && !depth)
1110 deUint32 buffers = (depth ? GL_DEPTH_BUFFER_BIT : 0) | (stencil ? GL_STENCIL_BUFFER_BIT : 0);
1115 if (depth && stencil)