Searched refs:MakeUniformCommandVS (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/gr/CTR/ |
| D | gr_BindSymbol.h | 149 return MakeUniformCommandVS( command, start, mtx34 ); in MakeUniformCommand() 162 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand() 175 return MakeUniformCommandVS( command, start, vec4 ); in MakeUniformCommand() 190 return MakeUniformCommandVS( command, start, vec4, num ); in MakeUniformCommand() 217 return MakeUniformCommandVS( command, start, x, y, z ); in MakeUniformCommand()
|
| D | gr_Utility.h | 70 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS() function 89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() function 108 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() function 132 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() function 168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() function
|