Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

glu_mipmap.h File Reference

#include "Teddy/Graphics/Device.h"

Include dependency graph for glu_mipmap.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define GLU_ERROR   100103
#define GLU_INVALID_ENUM   100900
#define GLU_INVALID_VALUE   100901
#define GLU_OUT_OF_MEMORY   100902
#define GLU_INVALID_OPERATION   100904

Functions

GLint glu_ScaleImage (GLenum format, GLsizei widthin, GLsizei heightin, GLenum typein, const void *datain, GLsizei widthout, GLsizei heightout, GLenum typeout, void **dataoutp)
GLint glu_Build1DMipmaps (GLenum target, GLint components, GLsizei width, GLenum format, GLenum type, const void *data)
GLint glu_Build2DMipmaps (GLenum target, GLint components, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data)


Define Documentation

#define GLU_ERROR   100103
 

Definition at line 11 of file glu_mipmap.h.

#define GLU_INVALID_ENUM   100900
 

Definition at line 12 of file glu_mipmap.h.

#define GLU_INVALID_OPERATION   100904
 

Definition at line 15 of file glu_mipmap.h.

#define GLU_INVALID_VALUE   100901
 

Definition at line 13 of file glu_mipmap.h.

#define GLU_OUT_OF_MEMORY   100902
 

Definition at line 14 of file glu_mipmap.h.


Function Documentation

GLint glu_Build1DMipmaps GLenum    target,
GLint    components,
GLsizei    width,
GLenum    format,
GLenum    type,
const void *    data
 

Definition at line 715 of file glu_mipmap.cpp.

GLint glu_Build2DMipmaps GLenum    target,
GLint    components,
GLsizei    width,
GLsizei    height,
GLenum    format,
GLenum    type,
const void *    data
 

Definition at line 791 of file glu_mipmap.cpp.

Referenced by Teddy::Graphics::Texture::doBind.

GLint glu_ScaleImage GLenum    format,
GLsizei    widthin,
GLsizei    heightin,
GLenum    typein,
const void *    datain,
GLsizei    widthout,
GLsizei    heightout,
GLenum    typeout,
void **    dataoutp
 

Definition at line 69 of file glu_mipmap.cpp.

Referenced by Teddy::Graphics::Texture::doSize, and glu_Build2DMipmaps.