Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3840 …const glw::GLint depthScaleLocation = gl.getUniformLocation(m_program->getProgram(), "u_depthScal… in iterate() local
3850 TCU_CHECK(depthScaleLocation != -1); in iterate()
3876 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()