Searched refs:GetValueS32 (Results 1 – 2 of 2) sorted by relevance
187 const s32* GetValueS32() const { return reinterpret_cast<const s32*>( &ref().m_Value[0] ); } in GetValueS32() function197 s32* GetValueS32() { return reinterpret_cast<s32*>( &ref().m_Value[0] ); } in GetValueS32() function214 s32* pValue = this->GetValueS32(); in SetValue()
408 glUniform1iv(location, 1, reinterpret_cast<GLint*>(parameter.GetValueS32())); in SetUserUniform()