Lines Matching defs:Test
47 * Enables stencil test. When the stencil test is enabled the stencil buffer is not written
49 * and GL_EQUAL for the test. A non-zero increment threshold causes the stencil to use that
50 * value as the reference value and GL_EQUAL for the test.
56 * test always succeeds and the value 0x1 is written in the stencil
58 * reference value and GL_EQUAL for the test. A non-zero increment threshold causes the stencil
59 * to use that value as the reference value and GL_EQUAL for the test.
64 * The test passes only when equal to the specified value.
69 * Used for debugging. The stencil test always passes and increments.
74 * Disables stencil test and write.
79 * Indicates whether either test or write is enabled.
89 return mState == StencilState::Test;
101 Test,