Home
last modified time | relevance | path

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

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