Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1120 const glw::GLint sizeLoc = gl.getUniformLocation (m_program->getProgram(), "u_texSize"); in testTextureSize() local
1168 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1182 gl.uniform2iv(sizeLoc, 1, testSize.expectedSize.m_data); in testTextureSize()
1197 gl.uniform3iv(sizeLoc, 1, expectedSize.m_data); in testTextureSize()