Searched refs:PICA_CMD_DATA_VIEWPORT_XY (Results 1 – 3 of 3) sorted by relevance
47 *command++ = PICA_CMD_DATA_VIEWPORT_XY( x, y ); in MakeCommand()
104 PICA_CMD_DATA_VIEWPORT_XY( static_cast<u16>(x), static_cast<u16>(y) ), \
452 #define PICA_CMD_DATA_VIEWPORT_XY(x, y) ( (x) | (y) << 16 ) macro