Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp842 const glw::GLint posScaleLocation = gl.getUniformLocation(m_program->getProgram(), "u_posScale"); in setupRender() local
846 TCU_CHECK(posScaleLocation != -1); in setupRender()
889 …gl.uniform4f(posScaleLocation, config.patternPos.x(), config.patternPos.y(), config.patternSize.x(… in setupRender()