Searched refs:programNonFetch (Results 1 – 1 of 1) sorted by relevance
1075 void DrawNonFetchDrawFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawNonFetchDrawFetchTest() argument1077 glUseProgram(programNonFetch); in DrawNonFetchDrawFetchTest()1093 GLint colorLocationNonFetch = glGetUniformLocation(programNonFetch, "u_color"); in DrawNonFetchDrawFetchTest()1096 GLint positionLocationNonFetch = glGetAttribLocation(programNonFetch, "a_position"); in DrawNonFetchDrawFetchTest()1119 glUseProgram(programNonFetch); in DrawNonFetchDrawFetchTest()1141 void DrawFetchDrawNonFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawFetchDrawNonFetchTest() argument1170 glUseProgram(programNonFetch); in DrawFetchDrawNonFetchTest()1172 GLint colorLocationNonFetch = glGetUniformLocation(programNonFetch, "u_color"); in DrawFetchDrawNonFetchTest()1175 GLint positionLocationNonFetch = glGetAttribLocation(programNonFetch, "a_position"); in DrawFetchDrawNonFetchTest()1192 glUseProgram(programNonFetch); in DrawFetchDrawNonFetchTest()[all …]