Searched refs:BoundsTest (Results 1 – 8 of 8) sorted by relevance
114 if (ctx->Depth.BoundsTest) { in st_update_depth_stencil_alpha()
1573 !ctx->Depth.BoundsTest && in blit_copy_pixels()
274 FRIEND_TEST_ALL_PREFIXES(HistogramTest, BoundsTest);
444 TEST_P(HistogramTest, BoundsTest) { in TEST_P() argument
1112 if (ctx->Depth.BoundsTest == state) in _mesa_set_enable()1116 ctx->Depth.BoundsTest = state; in _mesa_set_enable()1857 return ctx->Depth.BoundsTest; in _mesa_IsEnabled()
1151 depth->BoundsTest); in _mesa_PopAttrib()
509 GLboolean BoundsTest; /**< GL_EXT_depth_bounds_test */ member
1175 if (ctx->Depth.BoundsTest && fb->Visual.depthBits > 0) { in _swrast_write_rgba_span()