|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Macros | |
| #define | VERTBUF_SIZE (512*1024) |
Functions | |
| KOS_INIT_FLAGS (INIT_DEFAULT) | |
| void | draw_pvr_line (vec3f_t *v1, vec3f_t *v2, float width, int color, int which_list, pvr_poly_hdr_t *which_hdr) |
| int | main (int argc, char **argv) |
Variables | |
| pvr_init_params_t | pvr_params |
| uint8_t | op_buf [VERTBUF_SIZE] |
| uint8_t | tr_buf [VERTBUF_SIZE] |
| #define VERTBUF_SIZE (512*1024) |
Referenced by main().
| void draw_pvr_line | ( | vec3f_t * | v1, |
| vec3f_t * | v2, | ||
| float | width, | ||
| int | color, | ||
| int | which_list, | ||
| pvr_poly_hdr_t * | which_hdr ) |
References pvr_vertex_t::argb, color, pvr_vertex_t::flags, frsqrt(), pvr_vertex_t::oargb, PVR_CMD_VERTEX, PVR_CMD_VERTEX_EOL, pvr_list_prim(), vert, pvr_vertex_t::x, vec3f_t::x, pvr_vertex_t::y, vec3f_t::y, pvr_vertex_t::z, and vec3f_t::z.
Referenced by main().
| KOS_INIT_FLAGS | ( | INIT_DEFAULT | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
References cont_state_t::buttons, color, CONT_A, CONT_DPAD_DOWN, CONT_DPAD_UP, CONT_START, DM_640x480, draw_pvr_line(), maple_dev_status(), maple_enum_type(), MAPLE_FUNC_CONTROLLER, NULL, op_buf, PM_RGB565, printf, pvr_init(), PVR_LIST_OP_POLY, PVR_LIST_TR_POLY, PVR_PACK_COLOR, pvr_params, pvr_poly_compile(), pvr_poly_cxt_col(), pvr_scene_begin(), pvr_scene_finish(), pvr_set_vertbuf(), pvr_wait_ready(), r, tr_buf, VERTBUF_SIZE, vid_set_enabled(), and vid_set_mode().
| uint8_t op_buf[VERTBUF_SIZE] |
Referenced by main().
| pvr_init_params_t pvr_params |
Referenced by main().
| uint8_t tr_buf[VERTBUF_SIZE] |
Referenced by main().