Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFramebufferFetchTest.cpp1075 void DrawNonFetchDrawFetchTest(GLProgram &programNonFetch, GLProgram &programFetch) in DrawNonFetchDrawFetchTest() argument
1077 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() argument
1170 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 …]