Searched refs:arrayIndex (Results 1 – 1 of 1) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 215 int arrayIndex = 0; // ロードアレイ番号 in SetupActivateVertexAttributeCommand_() local 245 …mmandIndex + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 3 * arrayIndex, 3, true, 0xF); in SetupActivateVertexAttributeCommand_() 302 …mmandIndex + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 3 * arrayIndex, 3, true, 0xF); in SetupActivateVertexAttributeCommand_() 310 ++arrayIndex; in SetupActivateVertexAttributeCommand_() 423 int arrayIndex = 0; // ロードアレイ番号 in SetupDeactivateVertexAttributeCommand_() local 444 …Index + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * arrayIndex, 1, false, 0xF); in SetupDeactivateVertexAttributeCommand_() 454 …Index + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * arrayIndex, 1, false, 0xF); in SetupDeactivateVertexAttributeCommand_() 460 ++arrayIndex; in SetupDeactivateVertexAttributeCommand_()
|