Searched refs:arrayIndex (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 325 int arrayIndex = 0; // ロードアレイ番号 in SetupActivateVertexAttributeCommand_() local 355 …mmandIndex + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 3 * arrayIndex, 3, true, 0xF); in SetupActivateVertexAttributeCommand_() 413 …mmandIndex + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 3 * arrayIndex, 3, true, 0xF); in SetupActivateVertexAttributeCommand_() 421 ++arrayIndex; in SetupActivateVertexAttributeCommand_() 539 int arrayIndex = 0; // ロードアレイ番号 in SetupDeactivateVertexAttributeCommand_() local 560 …Index + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * arrayIndex, 1, false, 0xF); in SetupDeactivateVertexAttributeCommand_() 570 …Index + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * arrayIndex, 1, false, 0xF); in SetupDeactivateVertexAttributeCommand_() 576 ++arrayIndex; in SetupDeactivateVertexAttributeCommand_()
|