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