Lines Matching refs:testValue
2850 for (GLfloat testValue : testValues) in TEST_P() local
2852 glUniform1f(uniLoc, testValue); in TEST_P()
2853 glVertexAttrib1f(attribLoc, testValue); in TEST_P()
2898 for (GLfloat testValue : testValues) in TEST_P() local
2900 glUniform1f(uniLoc, testValue); in TEST_P()
2901 glVertexAttrib1f(attribLoc, testValue); in TEST_P()
3099 for (GLfloat testValue : testValues) in TEST_P() local
3101 glUniform1i(uniLoc, testValue); in TEST_P()
3102 glVertexAttribI4i(3, testValue, 0, 0, 0); in TEST_P()
3150 for (GLfloat testValue : testValues) in TEST_P() local
3152 glUniform1ui(uniLoc, testValue); in TEST_P()
3153 glVertexAttribI4ui(3, testValue, 0, 0, 0); in TEST_P()