Searched refs:programFetch1 (Results 1 – 1 of 1) sorted by relevance
1427 GLProgram &programFetch1, in DrawNonFetchDrawFetchWithDifferentProgramsTest() argument1454 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() argument1541 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() local2311 programFetch1.makeRaster(k310VS, getFragmentShader(GLSL310_4ATTACHMENT_DIFFERENT1)); in TEST_P()[all …]