Searched refs:MakeUniformCommandGS (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/ |
| D | gr_BindSymbol.h | 260 return MakeUniformCommandGS( command, start, mtx34 ); in MakeUniformCommand() 273 return MakeUniformCommandGS( command, start, mtx44 ); in MakeUniformCommand() 286 return MakeUniformCommandGS( command, start, vec4 ); in MakeUniformCommand() 300 return MakeUniformCommandGS( command, start, vec4, num ); in MakeUniformCommand() 315 return MakeUniformCommandGS( command, start, x, y, z ); in MakeUniformCommand()
|
| D | gr_Utility.h | 186 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS() function 205 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() function 224 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS() function 247 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS() function 283 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS() function
|