Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Scissor.h91 const s32 colorBufferHeight ) in MakeDisableCommand() argument
94 s32 temp_height = colorBufferHeight - 1; in MakeDisableCommand()
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroMisc.h824 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument
826 ( ((y) < 0) ? 0 : ( (y >= colorBufferHeight) ? (colorBufferHeight - 1) : (y) ) << 16 )