Home
last modified time | relevance | path

Searched refs:programFetch (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
1104 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() argument
1143 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 …]