Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp861 const GLint specialLoc = gl.getUniformLocation(m_program->getProgram(), "u_special"); in iterate() local
878 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr()); in iterate()
1351 const GLint specialLoc = gl.getUniformLocation(m_program->getProgram(), "u_special"); in testFBO() local
1377 gl.uniform1fv(specialLoc, 1, (const float*)&uniformValue); in testFBO()
1548 const GLint specialLoc = gl.getUniformLocation(m_program->getProgram(), "u_special"); in testFBO() local
1562 drawTestImage(beforeImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO()
1594 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr()); in testFBO()
1604 drawTestImage(afterImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp876 const GLint specialLoc = gl.getUniformLocation(m_program->getProgram(), "u_special"); in iterate() local
893 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr()); in iterate()
1714 const GLint specialLoc = gl.getUniformLocation(m_program->getProgram(), "u_special"); in testFBO() local
1740 gl.uniform1fv(specialLoc, 1, (const float*)&uniformValue); in testFBO()
1916 const GLint specialLoc = gl.getUniformLocation(m_program->getProgram(), "u_special"); in testFBO() local
1930 drawTestImage(beforeImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO()
1962 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr()); in testFBO()
1972 drawTestImage(afterImage.getAccess(), specialLoc, (int)gridVertices.size() - 1); in testFBO()