Searched refs:programFetch (Results 1 – 1 of 1) sorted by relevance
1074 void DrawNonFetchDrawFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawNonFetchDrawFetchTest() argument1103 glUseProgram(programFetch); in DrawNonFetchDrawFetchTest()1106 GLint colorLocationFetch = glGetUniformLocation(programFetch, "u_color"); in DrawNonFetchDrawFetchTest()1109 GLint positionLocationFetch = glGetAttribLocation(programFetch, "a_position"); in DrawNonFetchDrawFetchTest()1127 glUseProgram(programFetch); in DrawNonFetchDrawFetchTest()1140 void DrawFetchDrawNonFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawFetchDrawNonFetchTest() argument1142 glUseProgram(programFetch); in DrawFetchDrawNonFetchTest()1158 GLint colorLocationFetch = glGetUniformLocation(programFetch, "u_color"); in DrawFetchDrawNonFetchTest()1161 GLint positionLocationFetch = glGetAttribLocation(programFetch, "a_position"); in DrawFetchDrawNonFetchTest()1182 glUseProgram(programFetch); in DrawFetchDrawNonFetchTest()[all …]