• Home
  • Raw
  • Download

Lines Matching refs:uniformNdx

4406 …for (size_t uniformNdx = 0; uniformNdx < m_currentProgram->m_program->m_uniforms.size(); ++uniform…  in drawWithReference()  local
4409 const int texNdx = m_currentProgram->m_program->m_uniforms[uniformNdx].value.i; in drawWithReference()
4411 switch (m_currentProgram->m_program->m_uniforms[uniformNdx].type) in drawWithReference()
4425 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex1D = tex; in drawWithReference()
4428 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex1D = &m_emptyTex1D; in drawWithReference()
4444 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex2D = tex; in drawWithReference()
4447 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex2D = &m_emptyTex2D; in drawWithReference()
4463 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.texCube = tex; in drawWithReference()
4466 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.texCube = &m_emptyTexCube; in drawWithReference()
4482 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex2DArray = tex; in drawWithReference()
4485 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex2DArray = &m_emptyTex2DArray; in drawWithReference()
4501 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex3D = tex; in drawWithReference()
4504 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.tex3D = &m_emptyTex3D; in drawWithReference()
4520 m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.texCubeArray = tex; in drawWithReference()
4523 … m_currentProgram->m_program->m_uniforms[uniformNdx].sampler.texCubeArray = &m_emptyTexCubeArray; in drawWithReference()