Lines Matching defs:index
197 void SetUniversal(int index, const math::VEC4& vec) const in SetUniversal()
207 void SetUniversal(int index, const math::MTX34& mtx) const in SetUniversal()
217 void SetUniversal(int index, const math::MTX44& mtx) const in SetUniversal()
431 void SetUserVertexUniform(s32 index, ResShaderParameterValue parameter) const in SetUserVertexUniform()
460 void SetUserGeometryUniform(s32 index, ResShaderParameterValue parameter) const in SetUserGeometryUniform()
489 void SetVertexUniformBool(int index, bool value) const in SetVertexUniformBool()
507 void SetGeometryUniformBool(int index, bool value) const in SetGeometryUniformBool()
525 void SetVertexUniformInt(int index, s32 value) const in SetVertexUniformInt()
536 void SetGeometryUniformInt(int index, s32 value) const in SetGeometryUniformInt()
548 void SetVertexUniformInt(int index, s32 x, s32 y) const in SetVertexUniformInt()
560 void SetGeometryUniformInt(int index, s32 x, s32 y) const in SetGeometryUniformInt()
573 void SetVertexUniformInt(int index, s32 x, s32 y, s32 z) const in SetVertexUniformInt()
586 void SetGeometryUniformInt(int index, s32 x, s32 y, s32 z) const in SetGeometryUniformInt()