Searched refs:programVert (Results 1 – 1 of 1) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | FramebufferFetchTest.cpp | 1122 GLProgram programVert, programNonFetch, programFetch; in ProgramPipelineTest() local 1128 glProgramParameteri(programVert, GL_PROGRAM_SEPARABLE, GL_TRUE); in ProgramPipelineTest() 1129 glAttachShader(programVert, vertShader); in ProgramPipelineTest() 1130 glLinkProgram(programVert); in ProgramPipelineTest() 1150 glUseProgramStages(pipeline1, GL_VERTEX_SHADER_BIT, programVert); in ProgramPipelineTest() 1172 glActiveShaderProgram(pipeline1, programVert); in ProgramPipelineTest() 1173 GLint positionLocation = glGetAttribLocation(programVert, "a_position"); in ProgramPipelineTest() 1180 glUseProgramStages(pipeline2, GL_VERTEX_SHADER_BIT, programVert); in ProgramPipelineTest() 1197 glUseProgramStages(pipeline3, GL_VERTEX_SHADER_BIT, programVert); in ProgramPipelineTest() 1214 glUseProgramStages(pipeline4, GL_VERTEX_SHADER_BIT, programVert); in ProgramPipelineTest()
|