Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp265 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
295 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp109 …inputFormat[ inputIndex / 8 ] |= internal::CommandCacheHelper::GetVertexFormat(dimension, format) … in SetupParticleVertexAttributeCommand()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ActivateCommand.h89 static NW_INLINE u32 GetVertexFormat(s32 dimension, GLuint format) in GetVertexFormat() function