Searched refs:DepthRange (Results 1 – 14 of 14) sorted by relevance
308 if (ctx->Driver.DepthRange) in _mesa_set_depth_range()309 ctx->Driver.DepthRange(ctx); in _mesa_set_depth_range()343 if (ctx->Driver.DepthRange) { in _mesa_DepthRange()344 ctx->Driver.DepthRange(ctx); in _mesa_DepthRange()369 if (ctx->Driver.DepthRange) in depth_range_arrayv()370 ctx->Driver.DepthRange(ctx); in depth_range_arrayv()422 if (ctx->Driver.DepthRange) in _mesa_DepthRangeArrayfvOES()423 ctx->Driver.DepthRange(ctx); in _mesa_DepthRangeArrayfvOES()535 if (ctx->Driver.DepthRange) in clip_control()536 ctx->Driver.DepthRange(ctx); in clip_control()
529 void (*DepthRange)(struct gl_context *ctx); member
960 class DepthRange : public DrawTestBase class964 DepthRange(deqp::Context& context, const glcts::ExtParameters& extParams);965 virtual ~DepthRange() in ~DepthRange()
4198 DepthRange::DepthRange(deqp::Context& context, const glcts::ExtParameters& extParams) in DepthRange() function in glcts::ViewportArray::DepthRange4212 bool DepthRange::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*… in checkResults()4259 std::string DepthRange::getFragmentShader() in getFragmentShader()4283 std::string DepthRange::getGeometryShader() in getGeometryShader()4339 DrawTestBase::TEST_TYPE DepthRange::getTestType() in getTestType()4349 void DepthRange::prepareTextures(Utils::texture& texture_0, Utils::texture& /* texture_1 */) in prepareTextures()4815 addChild(new ViewportArray::DepthRange(m_context, m_extParams)); in init()
326 if (ctx->Driver.DepthRange) in radeon_draw_buffer()327 ctx->Driver.DepthRange(ctx); in radeon_draw_buffer()
2148 ctx->Driver.DepthRange = radeonDepthRange; in radeonInitStateFuncs()
2393 functions->DepthRange = r200DepthRange; in r200InitStateFuncs()
136 driver->DepthRange = NULL; in _mesa_init_driver_functions()
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
1137 functions->DepthRange = i830DepthRange; in i830InitStateFuncs()
1080 functions->DepthRange = i915DepthRange; in i915InitStateFunctions()
852 { "glDepthRange", _O(DepthRange) },
459 #define glDepthRange MANGLE(DepthRange)