Home | History | Annotate | Download | only in simplereference

Lines Matching refs:uniformNdx

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