Home
last modified time | relevance | path

Searched refs:GetValueS32 (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShader.h187 const s32* GetValueS32() const { return reinterpret_cast<const s32*>( &ref().m_Value[0] ); } in GetValueS32() function
197 s32* GetValueS32() { return reinterpret_cast<s32*>( &ref().m_Value[0] ); } in GetValueS32() function
214 s32* pValue = this->GetValueS32(); in SetValue()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderProgram.h408 glUniform1iv(location, 1, reinterpret_cast<GLint*>(parameter.GetValueS32())); in SetUserUniform()