Searched refs:colorBufferHeight (Results 1 – 2 of 2) sorted by relevance
91 const s32 colorBufferHeight ) in MakeDisableCommand() argument94 s32 temp_height = colorBufferHeight - 1; in MakeDisableCommand()
824 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument826 ( ((y) < 0) ? 0 : ( (y >= colorBufferHeight) ? (colorBufferHeight - 1) : (y) ) << 16 )