Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DTextureMultisampleTest.cpp1152 GLint imageLocation = glGetUniformLocation(program, "imageIn"); in TEST_P() local
1153 ASSERT_GE(imageLocation, 0); in TEST_P()
1157 glUniform1i(imageLocation, 0); in TEST_P()