Searched refs:pipelineProgramIDs (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 1035 vector<uint32_t> pipelineProgramIDs; in execute() local 1099 pipelineProgramIDs.push_back(program->getProgram()); in execute() 1125 pipelineProgramIDs.push_back(program->getProgram()); in execute() 1250 programPipeline->useProgramStages(shaderFlags, pipelineProgramIDs[programNdx]); in execute() 1371 setUniformValue(gl, pipelineProgramIDs, refName, val, arrayNdx, m_testCtx.getLog()); in execute() 1381 … setUniformValue(gl, pipelineProgramIDs, valueName, val, arrayNdx, m_testCtx.getLog()); in execute()
|