Searched refs:activeProgram (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1567 glw::GLuint activeProgram = 0; local
1570 gl.getProgramPipelineiv(pipeline, GL_ACTIVE_PROGRAM, (int*)&activeProgram);
1572 if ((activeProgram != 0) && ((activeProgram == programA) || (activeProgram == programB)))
1576 location = (activeProgram == programA) ? locationA : locationB;
1619 gl.getUniformiv(activeProgram, location[i], (int*)&retVal[0]);
1623 gl.getUniformuiv(activeProgram, location[i], &retVal[0]);
1627 gl.getUniformfv(activeProgram, location[i], (float*)&retVal[0]);
1632 // Compare activeProgram unifor
1812 glw::GLuint activeProgram = 0; local
[all...]

Completed in 439 milliseconds