Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Material.cpp554 const u32 idx = (colorType - ANIMTARGET_MATCOLOR_BUFFER_R) / 4; in GetColorElement()
555 switch ((colorType - ANIMTARGET_MATCOLOR_BUFFER_R) % 4) in GetColorElement()
574 const u32 idx = (colorType - ANIMTARGET_MATCOLOR_BUFFER_R) / 4; in SetColorElement()
575 switch ((colorType - ANIMTARGET_MATCOLOR_BUFFER_R) % 4) in SetColorElement()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Types.h1197 ANIMTARGET_MATCOLOR_BUFFER_R = 0, enumerator