Searched refs:drawMode (Results 1 – 3 of 3) sorted by relevance
42 #define PICA_CMD_DATA_DRAW_MODE0(useGeometryShader, drawMode, useGeometryShaderSubdivision) \ argument44 (drawMode) << 8 | \48 #define PICA_CMD_SET_DRAW_MODE0(drawMode) \ argument49 PICA_CMD_DATA_DRAW_MODE0(0x0, drawMode, 0x0), \
154 const PicaDataDrawMode drawMode = PICA_DATA_DRAW_TRIANGLES; in MakeDisableCommand() local158 drawMode ); in MakeDisableCommand()168 PicaDataDrawMode drawMode = m_DrawMode; in MakePrepareCommand() local173 drawMode ); in MakePrepareCommand()256 const PicaDataDrawMode drawMode ) in MakeShaderModeCommand_() argument266 *command++ = drawMode << 8; in MakeShaderModeCommand_()
415 const PicaDataDrawMode drawMode );