Home
last modified time | relevance | path

Searched refs:GetVertexFormat (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp376 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
406 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp111 …inputFormat[ inputIndex / 8 ] |= internal::CommandCacheHelper::GetVertexFormat(dimension, format) … in SetupParticleVertexAttributeCommand()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ActivateCommand.h93 static NW_INLINE u32 GetVertexFormat(s32 dimension, GLuint format) in GetVertexFormat() function