|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Functions | |
| GLuint | glTextureLoadPVR (char *fname, unsigned char isMipMapped, unsigned char glMipMap) |
| void | glDrawQuads (float x, float y, float w, float h, int count, unsigned int color, unsigned int texID, unsigned char useTex) |
| void | RenderCallback (void) |
| int | InputCallback (void) |
| int | main (int argc, char **argv) |
Variables | |
| static GLuint | tex [2] |
| static char | ENV_MODES [4][24] = { "GL_REPLACE\0", "GL_MODULATE\0", "GL_DECAL\0", "GL_MODULATEALPHA\0" } |
| static unsigned char | ENV_MODE = 0 |
| static unsigned char | BLEND = 0 |
| void glDrawQuads | ( | float | x, |
| float | y, | ||
| float | w, | ||
| float | h, | ||
| int | count, | ||
| unsigned int | color, | ||
| unsigned int | texID, | ||
| unsigned char | useTex ) |
Referenced by RenderCallback().
|
extern |
| int InputCallback | ( | void | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
References glTextureLoadPVR(), vid_mode_t::height, InputCallback(), printf, RenderCallback(), tex, vid_mode, and vid_mode_t::width.
| void RenderCallback | ( | void | ) |
References BLEND, ENV_MODE, glDrawQuads(), and tex.
Referenced by main().
|
static |
Referenced by InputCallback(), and RenderCallback().
|
static |
Referenced by InputCallback(), and RenderCallback().
|
static |
Referenced by InputCallback().
|
static |
Referenced by glTextureLoadPVR(), glTextureLoadPVR(), loadtxr(), main(), and RenderCallback().