Searched refs:pipelineProgramIDs (Results 1 – 1 of 1) sorted by relevance
| /external/deqp/modules/glshared/ |
| D | glsShaderLibraryCase.cpp | 965 vector<deUint32> pipelineProgramIDs; in execute() local 1021 pipelineProgramIDs.push_back(program->getProgram()); in execute() 1046 pipelineProgramIDs.push_back(program->getProgram()); in execute() 1171 programPipeline->useProgramStages(shaderFlags, pipelineProgramIDs[programNdx]); in execute() 1286 setUniformValue(gl, pipelineProgramIDs, refName, val, arrayNdx, m_testCtx.getLog()); in execute() 1296 setUniformValue(gl, pipelineProgramIDs, valueName, val, arrayNdx, m_testCtx.getLog()); in execute()
|