Searched refs:depthBiasLocation (Results 1 – 1 of 1) sorted by relevance
3839 …const glw::GLint depthBiasLocation = gl.getUniformLocation(m_program->getProgram(), "u_depthBias"… in iterate() local3849 TCU_CHECK(depthBiasLocation != -1); in iterate()3875 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset); in iterate()