Lines Matching refs:execCtx
221 ExecutionContext execCtx(m_samplers2D, m_samplersCube);
230 execCtx.getValue(uniformIter->getVariable()) = uniformIter->getValue().value();
241 ExecValueAccess access = execCtx.getValue(input->getVariable());
255 vertexShader.execute(execCtx);
265 ExecConstValueAccess access = execCtx.getValue(output);
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube);
283 execCtx.getValue(i->getVariable()) = i->getValue().value();
317 ExecValueAccess access = execCtx.getValue(input->getVariable());
339 fragmentShader.execute(execCtx);
342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar);