Searched refs:texALoc (Results 1 – 1 of 1) sorted by relevance
5832 GLint texALoc = glGetUniformLocation(program, "texA"); in TEST_P() local5833 ASSERT_NE(-1, texALoc); in TEST_P()5838 glUniform1i(texALoc, 0); in TEST_P()