#include "Teddy/Graphics/Device.h"
Include dependency graph for glu_mipmap.h:
This graph shows which files directly or indirectly include this file:
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) |
|
Definition at line 11 of file glu_mipmap.h. |
|
Definition at line 12 of file glu_mipmap.h. |
|
Definition at line 15 of file glu_mipmap.h. |
|
Definition at line 13 of file glu_mipmap.h. |
|
Definition at line 14 of file glu_mipmap.h. |
|
Definition at line 715 of file glu_mipmap.cpp. |
|
Definition at line 791 of file glu_mipmap.cpp. Referenced by Teddy::Graphics::Texture::doBind. |
|
Definition at line 69 of file glu_mipmap.cpp. Referenced by Teddy::Graphics::Texture::doSize, and glu_Build2DMipmaps. |