Searched refs:depthScaleLocation (Results 1 – 1 of 1) sorted by relevance
3630 …const glw::GLint depthScaleLocation = gl.getUniformLocation(m_program->getProgram(), "u_depthScal… in iterate() local3640 TCU_CHECK(depthScaleLocation != -1); in iterate()3666 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()