ReactOS
0.4.15-dev-4914-g2220e56
|
#include "types.h"
Go to the source code of this file.
Functions | |
void | gl_texgen (GLcontext *ctx, GLint n, GLfloat obj[][4], GLfloat eye[][4], GLfloat normal[][3], GLfloat texcoord[][4]) |
void | gl_set_texture_sampler (struct gl_texture_object *t) |
void | gl_texture_pixels (GLcontext *ctx, GLuint n, const GLfloat s[], const GLfloat t[], const GLfloat r[], const GLfloat lambda[], GLubyte red[], GLubyte green[], GLubyte blue[], GLubyte alpha[]) |
void gl_set_texture_sampler | ( | struct gl_texture_object * | t | ) |
Definition at line 1319 of file texture.c.
Referenced by gl_update_texture_state().
void gl_texgen | ( | GLcontext * | ctx, |
GLint | n, | ||
GLfloat | obj[][4], | ||
GLfloat | eye[][4], | ||
GLfloat | normal[][3], | ||
GLfloat | texcoord[][4] | ||
) |
Definition at line 163 of file texture.c.
Referenced by gl_transform_vb_part2().
void gl_texture_pixels | ( | GLcontext * | ctx, |
GLuint | n, | ||
const GLfloat | s[], | ||
const GLfloat | t[], | ||
const GLfloat | r[], | ||
const GLfloat | lambda[], | ||
GLubyte | red[], | ||
GLubyte | green[], | ||
GLubyte | blue[], | ||
GLubyte | alpha[] | ||
) |
Definition at line 1678 of file texture.c.
Referenced by gl_flush_pb(), and gl_write_texture_span().