Lines Matching defs:index
200 void SetUniversal(int index, const math::VEC4& vec) const in SetUniversal()
210 void SetUniversal(int index, const math::MTX34& mtx) const in SetUniversal()
220 void SetUniversal(int index, const math::MTX44& mtx) const in SetUniversal()
434 void SetUserVertexUniform(s32 index, ResShaderParameterValue parameter) const in SetUserVertexUniform()
463 void SetUserGeometryUniform(s32 index, ResShaderParameterValue parameter) const in SetUserGeometryUniform()
492 void SetVertexUniformBool(int index, bool value) const in SetVertexUniformBool()
510 void SetGeometryUniformBool(int index, bool value) const in SetGeometryUniformBool()
528 void SetVertexUniformInt(int index, s32 value) const in SetVertexUniformInt()
539 void SetGeometryUniformInt(int index, s32 value) const in SetGeometryUniformInt()
551 void SetVertexUniformInt(int index, s32 x, s32 y) const in SetVertexUniformInt()
563 void SetGeometryUniformInt(int index, s32 x, s32 y) const in SetGeometryUniformInt()
576 void SetVertexUniformInt(int index, s32 x, s32 y, s32 z) const in SetVertexUniformInt()
589 void SetGeometryUniformInt(int index, s32 x, s32 y, s32 z) const in SetGeometryUniformInt()