Home
last modified time | relevance | path

Searched refs:programFetch (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/tests/gl_tests/
DFramebufferFetchTest.cpp1074 void DrawNonFetchDrawFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawNonFetchDrawFetchTest() argument
1103 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() argument
1142 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 …]