Lines Matching defs:index
198 void SetUniversal(int index, const math::VEC4& vec) const in SetUniversal()
208 void SetUniversal(int index, const math::MTX34& mtx) const in SetUniversal()
218 void SetUniversal(int index, const math::MTX44& mtx) const in SetUniversal()
432 void SetUserVertexUniform(s32 index, ResShaderParameterValue parameter) const in SetUserVertexUniform()
461 void SetUserGeometryUniform(s32 index, ResShaderParameterValue parameter) const in SetUserGeometryUniform()
490 void SetVertexUniformBool(int index, bool value) const in SetVertexUniformBool()
508 void SetGeometryUniformBool(int index, bool value) const in SetGeometryUniformBool()
526 void SetVertexUniformInt(int index, s32 value) const in SetVertexUniformInt()
537 void SetGeometryUniformInt(int index, s32 value) const in SetGeometryUniformInt()
549 void SetVertexUniformInt(int index, s32 x, s32 y) const in SetVertexUniformInt()
561 void SetGeometryUniformInt(int index, s32 x, s32 y) const in SetGeometryUniformInt()
574 void SetVertexUniformInt(int index, s32 x, s32 y, s32 z) const in SetVertexUniformInt()
587 void SetGeometryUniformInt(int index, s32 x, s32 y, s32 z) const in SetGeometryUniformInt()