Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp323 int arrayIndex = 0; // ロードアレイ番号 in SetupActivateVertexAttributeCommand_() local
353 …mmandIndex + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 3 * arrayIndex, 3, true, 0xF); in SetupActivateVertexAttributeCommand_()
411 …mmandIndex + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 3 * arrayIndex, 3, true, 0xF); in SetupActivateVertexAttributeCommand_()
419 ++arrayIndex; in SetupActivateVertexAttributeCommand_()
537 int arrayIndex = 0; // ロードアレイ番号 in SetupDeactivateVertexAttributeCommand_() local
558 …Index + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * arrayIndex, 1, false, 0xF); in SetupDeactivateVertexAttributeCommand_()
568 …Index + 1] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * arrayIndex, 1, false, 0xF); in SetupDeactivateVertexAttributeCommand_()
574 ++arrayIndex; in SetupDeactivateVertexAttributeCommand_()