Searched refs:colorBufferWidth (Results 1 – 2 of 2) sorted by relevance
90 const s32 colorBufferWidth, in MakeDisableCommand() argument93 s32 temp_width = colorBufferWidth - 1; in MakeDisableCommand()
823 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument824 ( ((x) < 0) ? 0 : ( (x >= colorBufferWidth) ? (colorBufferWidth - 1) : (x) ) ) | \