Searched refs:u_maxGradient (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp195 const sglr::UniformSlot& u_maxGradient; member in class:deqp::gles3::Functional::FboTestUtil::DepthGradientShader
H A Des3fFboTestUtil.cpp782 << sglr::pdec::Uniform("u_maxGradient", glu::TYPE_FLOAT)
800 "uniform highp float u_maxGradient;\n"
808 " gl_FragDepth = u_minGradient + (u_maxGradient-u_minGradient)*f0;\n"
813 , u_maxGradient (getUniformByName("u_maxGradient"))
822 ctx.uniform1fv(ctx.getUniformLocation(program, "u_maxGradient"), 1, &gradientMax);
840 const float gradientMax (u_maxGradient.value.f);

Completed in 243 milliseconds