Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFramebufferFetchTest.cpp1427 GLProgram &programFetch1, in DrawNonFetchDrawFetchWithDifferentProgramsTest() argument
1454 glUseProgram(programFetch1); in DrawNonFetchDrawFetchWithDifferentProgramsTest()
1475 GLint colorLocation = glGetUniformLocation(programFetch1, "u_color"); in DrawNonFetchDrawFetchWithDifferentProgramsTest()
1478 GLint positionLocation = glGetAttribLocation(programFetch1, "a_position"); in DrawNonFetchDrawFetchWithDifferentProgramsTest()
1520 void DrawFetchWithDifferentIndicesInSameRenderPassTest(GLProgram &programFetch1, in DrawFetchWithDifferentIndicesInSameRenderPassTest() argument
1541 glUseProgram(programFetch1); in DrawFetchWithDifferentIndicesInSameRenderPassTest()
1544 GLint colorLocation = glGetUniformLocation(programFetch1, "u_color"); in DrawFetchWithDifferentIndicesInSameRenderPassTest()
1548 GLint positionLocation = glGetAttribLocation(programFetch1, "a_position"); in DrawFetchWithDifferentIndicesInSameRenderPassTest()
2309 GLProgram programNonFetch, programFetch1, programFetch2; in TEST_P() local
2311 programFetch1.makeRaster(k310VS, getFragmentShader(GLSL310_4ATTACHMENT_DIFFERENT1)); in TEST_P()
[all …]