Home
last modified time | relevance | path

Searched refs:depthBiasLocation (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3839 …const glw::GLint depthBiasLocation = gl.getUniformLocation(m_program->getProgram(), "u_depthBias"… in iterate() local
3849 TCU_CHECK(depthBiasLocation != -1); in iterate()
3875 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset); in iterate()