Searched refs:pipelineProgramIDs (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 691 std::vector<deUint32> pipelineProgramIDs; in execute() local 702 pipelineProgramIDs.push_back(program->getProgram()); in execute() 727 pipelineProgramIDs.push_back(program->getProgram()); in execute() 852 programPipeline->useProgramStages(shaderFlags, pipelineProgramIDs[programNdx]); in execute() 974 setUniformValue(gl, pipelineProgramIDs, refName, val, arrayNdx, m_testCtx.getLog()); in execute() 979 setUniformValue(gl, pipelineProgramIDs, valueName, val, arrayNdx, m_testCtx.getLog()); in execute()
|