Searched refs:greenVSLoc (Results 1 – 1 of 1) sorted by relevance
675 GLint greenVSLoc = glGetUniformLocation(program.get(), "greenVS"); in TEST_P() local676 ASSERT_NE(-1, greenVSLoc); in TEST_P()688 glUniform1f(greenVSLoc, 0.2f); in TEST_P()721 greenVSLoc = glGetUniformLocation(program.get(), "greenVS"); in TEST_P()722 ASSERT_NE(-1, greenVSLoc); in TEST_P()734 glUniform1f(greenVSLoc, -0.6f); in TEST_P()