35qword_t *
draw_clear(qword_t *q,
int context,
float x,
float y,
float width,
float height,
int r,
int g,
int b);
44qword_t *
draw_texture_transfer(qword_t *q,
void *src,
int width,
int height,
int psm,
int dest,
int dest_width);
void draw_wait_finish(void)
qword_t * draw_finish(qword_t *q)
qword_t * draw_clear(qword_t *q, int context, float x, float y, float width, float height, int r, int g, int b)
qword_t * draw_setup_environment(qword_t *q, int context, framebuffer_t *frame, zbuffer_t *z)
qword_t * draw_texture_flush(qword_t *q)
qword_t * draw_texture_transfer(qword_t *q, void *src, int width, int height, int psm, int dest, int dest_width)