Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DStateChangeTest.cpp5832 GLint texALoc = glGetUniformLocation(program, "texA"); in TEST_P() local
5833 ASSERT_NE(-1, texALoc); in TEST_P()
5838 glUniform1i(texALoc, 0); in TEST_P()