|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "types.h"

Go to the source code of this file.
Functions | |
| struct gl_texture_object * | gl_alloc_texture_object (struct gl_shared_state *shared, GLuint name, GLuint dimensions) |
| void | gl_free_texture_object (struct gl_shared_state *shared, struct gl_texture_object *t) |
| void | gl_test_texture_object_completeness (struct gl_texture_object *t) |
| void | gl_GenTextures (GLcontext *ctx, GLsizei n, GLuint *textures) |
| void | gl_DeleteTextures (GLcontext *ctx, GLsizei n, const GLuint *textures) |
| void | gl_BindTexture (GLcontext *ctx, GLenum target, GLuint texture) |
| void | gl_PrioritizeTextures (GLcontext *ctx, GLsizei n, const GLuint *textures, const GLclampf *priorities) |
| GLboolean | gl_AreTexturesResident (GLcontext *ctx, GLsizei n, const GLuint *textures, GLboolean *residences) |
| GLboolean | gl_IsTexture (GLcontext *ctx, GLuint texture) |
| struct gl_texture_object * gl_alloc_texture_object | ( | struct gl_shared_state * | shared, |
| GLuint | name, | ||
| GLuint | dimensions | ||
| ) |
Definition at line 118 of file texobj.c.
Referenced by alloc_proxy_textures(), alloc_shared_state(), gl_BindTexture(), and gl_GenTextures().
| GLboolean gl_AreTexturesResident | ( | GLcontext * | ctx, |
| GLsizei | n, | ||
| const GLuint * | textures, | ||
| GLboolean * | residences | ||
| ) |
Definition at line 543 of file texobj.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 402 of file texobj.c.
Referenced by execute_list(), and init_exec_pointers().
Definition at line 356 of file texobj.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
| void gl_free_texture_object | ( | struct gl_shared_state * | shared, |
| struct gl_texture_object * | t | ||
| ) |
Definition at line 165 of file texobj.c.
Referenced by alloc_proxy_textures(), alloc_shared_state(), free_shared_state(), gl_DeleteTextures(), and gl_destroy_context().
Definition at line 322 of file texobj.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
Definition at line 584 of file texobj.c.
Referenced by init_dlist_pointers(), and init_exec_pointers().
| void gl_PrioritizeTextures | ( | GLcontext * | ctx, |
| GLsizei | n, | ||
| const GLuint * | textures, | ||
| const GLclampf * | priorities | ||
| ) |
Definition at line 511 of file texobj.c.
Referenced by execute_list(), and init_exec_pointers().
| void gl_test_texture_object_completeness | ( | struct gl_texture_object * | t | ) |
Definition at line 215 of file texobj.c.
Referenced by gl_update_texture_state().