Searched defs:texName (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | combiner.c | 72 static GLuint texName[4]; variable in typeref:typename:GLuint[4] [all...] |
| H A D | texbind.c | 53 static GLuint texName[2]; variable in typeref:typename:GLuint[2]
|
| H A D | texsub.c | 59 static GLuint texName; variable in typeref:typename:GLuint
|
| H A D | texture3d.c | 60 static GLuint texName; variable in typeref:typename:GLuint
|
| H A D | wrap.c | 59 static GLuint texName; variable in typeref:typename:GLuint
|
| H A D | texgen.c | 60 static GLuint texName; variable in typeref:typename:GLuint
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texobj.c | 1739 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, argument 1803 _mesa_BindTexture_no_error(GLenum target, GLuint texName) argument 1811 _mesa_BindTexture(GLenum target, GLuint texName) argument 2016 _mesa_PrioritizeTextures(GLsizei n,const GLuint * texName,const GLclampf * priorities) argument 2062 _mesa_AreTexturesResident(GLsizei n,const GLuint * texName,GLboolean * residences) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texobj.c | 1786 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, argument 1698 _mesa_lookup_or_create_texture(struct gl_context * ctx,GLenum target,GLuint texName,bool no_error,bool is_ext_dsa,const char * caller) argument 1799 _mesa_BindTexture_no_error(GLenum target,GLuint texName) argument 1808 _mesa_BindTexture(GLenum target,GLuint texName) argument 2035 _mesa_PrioritizeTextures(GLsizei n,const GLuint * texName,const GLclampf * priorities) argument 2080 _mesa_AreTexturesResident(GLsizei n,const GLuint * texName,GLboolean * residences) argument [all...] |
Completed in 10 milliseconds