|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <stdlib.h>#include <stdio.h>#include <stdint.h>#include <GL/gl.h>#include <GL/glu.h>#include <GL/glkos.h>#include <GL/glext.h>Macros | |
| #define | PVR_HDR_SIZE 0x20 |
| #define | MAX(x, y) |
Functions | |
| static GLuint | PVR_TextureHeight (unsigned char *HDR) |
| static GLuint | PVR_TextureWidth (unsigned char *HDR) |
| static GLuint | PVR_TextureFormat (unsigned char *HDR) |
| static GLuint | _glGetMipmapLevelCount (GLuint width, GLuint height) |
| static GLuint | _glGetMipmapDataSize (GLuint width, GLuint height) |
| GLuint | glTextureLoadPVR (char *fname, unsigned char isMipMapped, unsigned char glMipMap) |
| #define PVR_HDR_SIZE 0x20 |
Referenced by glTextureLoadPVR(), PVR_TextureColor(), PVR_TextureFormat(), PVR_TextureHeight(), and PVR_TextureWidth().
|
static |
References _glGetMipmapLevelCount().
Referenced by glTextureLoadPVR().
|
static |
References MAX.
Referenced by _glGetMipmapDataSize().
| GLuint glTextureLoadPVR | ( | char * | fname, |
| unsigned char | isMipMapped, | ||
| unsigned char | glMipMap ) |
|
static |
References color, fprintf, and PVR_HDR_SIZE.
Referenced by glTextureLoadPVR().
|
static |
References PVR_HDR_SIZE.
Referenced by glTextureLoadPVR().
|
static |
References PVR_HDR_SIZE.
Referenced by glTextureLoadPVR().