Searched refs:programFetch (Results 1 – 1 of 1) sorted by relevance
1075 void DrawNonFetchDrawFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawNonFetchDrawFetchTest() argument1104 glUseProgram(programFetch); in DrawNonFetchDrawFetchTest()1107 GLint colorLocationFetch = glGetUniformLocation(programFetch, "u_color"); in DrawNonFetchDrawFetchTest()1110 GLint positionLocationFetch = glGetAttribLocation(programFetch, "a_position"); in DrawNonFetchDrawFetchTest()1128 glUseProgram(programFetch); in DrawNonFetchDrawFetchTest()1141 void DrawFetchDrawNonFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawFetchDrawNonFetchTest() argument1143 glUseProgram(programFetch); in DrawFetchDrawNonFetchTest()1159 GLint colorLocationFetch = glGetUniformLocation(programFetch, "u_color"); in DrawFetchDrawNonFetchTest()1162 GLint positionLocationFetch = glGetAttribLocation(programFetch, "a_position"); in DrawFetchDrawNonFetchTest()1183 glUseProgram(programFetch); in DrawFetchDrawNonFetchTest()[all …]