UFO: Alien Invasion
|
#include <GL/gl.h>
Go to the source code of this file.
Functions | |
void | glBindTexture (GLenum target, GLuint id) |
GLenum | glGetError (void) |
void | glTexParameterf (GLenum target, GLenum pname, GLfloat param) |
void | glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *texels) |
void | glGenTextures (GLsizei n, GLuint *textures) |
Definition at line 4 of file gldummy.cpp.
Referenced by R_BindTexture_(), R_CreateFramebuffer(), Weather::render(), and wpTexture().
Definition at line 22 of file gldummy.cpp.
Referenced by R_AllocLightmapBlock(), R_FontGenerateTexture(), R_GetFreeFBOTexture(), R_LoadImageData(), R_ReloadImageData(), R_UploadLightmapPage(), and wpTexture().
Definition at line 8 of file gldummy.cpp.
Referenced by R_CheckErrorDebug(), and R_InitExtensions().
void glTexImage2D | ( | GLenum | target, |
GLint | level, | ||
GLint | internalformat, | ||
GLsizei | width, | ||
GLsizei | height, | ||
GLint | border, | ||
GLenum | format, | ||
GLenum | type, | ||
const GLvoid * | texels | ||
) |
Definition at line 17 of file gldummy.cpp.
Referenced by R_CreateFramebuffer(), R_FontGenerateTexture(), R_UploadAlpha(), R_UploadData(), R_UploadLightmapPage(), R_UploadTexture(), and wpTexture().
Definition at line 13 of file gldummy.cpp.
Referenced by R_ChangeImageType(), R_TextureMode(), R_UploadAlpha(), R_UploadData(), R_UploadLightmapPage(), R_UploadTexture(), and wpTexture().