Searched defs:texObj (Results 1 - 25 of 124) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexobj.h101 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) argument
109 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) argument
118 _mesa_is_texture_complete(const struct gl_texture_object *texObj, argument
[all...]
H A Ddlist.h64 struct gl_texture_object *texObj; member in struct:gl_bitmap_atlas
H A Dteximage.h175 _mesa_base_tex_image(const struct gl_texture_object *texObj) argument
[all...]
H A Dgenmipmap.c111 generate_texture_mipmap(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,bool dsa,bool no_error) argument
172 generate_texture_mipmap_error(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,bool dsa) argument
180 generate_texture_mipmap_no_error(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,bool dsa) argument
197 struct gl_texture_object *texObj = _mesa_get_current_tex_object(ctx, target); local in function:_mesa_GenerateMipmap_no_error
204 struct gl_texture_object *texObj; local in function:_mesa_GenerateMipmap
228 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); local in function:_mesa_GenerateTextureMipmap_no_error
235 struct gl_texture_object *texObj; local in function:_mesa_GenerateTextureMipmap
[all...]
H A Dobjectpurge.c369 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, name); local in function:get_texture_object_parameteriv
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dlong-fixed-func.c85 GLuint texObj; local in function:Init
H A Dtri-multitex-vbo.c75 GLuint texObj[2]; local in function:Init
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_gen_mipmap.c53 st_generate_mipmap(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj) argument
[all...]
H A Dst_atom_shader.c60 struct gl_texture_object *texObj = _mesa_get_tex_unit(ctx, unit)->_Current; local in function:get_texture_target
H A Dst_cb_semaphoreobjects.c90 struct st_texture_object *texObj; local in function:st_server_wait_semaphore
137 struct st_texture_object *texObj; local in function:st_server_signal_semaphore
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dteximage.h175 _mesa_base_tex_image(const struct gl_texture_object *texObj) argument
[all...]
H A Dtexobj.h103 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) argument
112 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) argument
122 _mesa_is_texture_complete(const struct gl_texture_object *texObj, argument
[all...]
H A Ddlist.h65 struct gl_texture_object *texObj; member in struct:gl_bitmap_atlas
H A Dgenmipmap.c112 generate_texture_mipmap(struct gl_context * ctx,struct gl_texture_object * texObj,GLenum target,const char * caller) argument
197 struct gl_texture_object *texObj = _mesa_get_current_tex_object(ctx, target); local in function:_mesa_GenerateMipmap_no_error
204 struct gl_texture_object *texObj; local in function:_mesa_GenerateMipmap
228 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); local in function:_mesa_GenerateTextureMipmap_no_error
233 validate_params_and_generate_mipmap(struct gl_texture_object * texObj,const char * caller) argument
253 struct gl_texture_object *texObj; local in function:_mesa_GenerateTextureMipmap
263 struct gl_texture_object *texObj; local in function:_mesa_GenerateTextureMipmapEXT
276 struct gl_texture_object *texObj; local in function:_mesa_GenerateMultiTexMipmapEXT
[all...]
H A Dobjectpurge.c365 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, name); local in function:get_texture_object_parameteriv
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_gen_mipmap.c53 st_generate_mipmap(struct gl_context * ctx,GLenum target,struct gl_texture_object * texObj) argument
[all...]
H A Dst_cb_semaphoreobjects.c90 struct st_texture_object *texObj; local in function:st_server_wait_semaphore
139 struct st_texture_object *texObj; local in function:st_server_signal_semaphore
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexleak.c25 static GLuint *texObj; variable in typeref:typename:GLuint *
H A Dyuvrect.c111 GLuint texObj = 100; local in function:Init
H A Dmultipal.c261 GLuint texObj[2]; local in function:Init
H A Dstreaming_rect.c232 GLuint texObj; local in function:Init
H A Dtexrect.c231 GLuint texObj[8]; local in function:Init
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfetch.c523 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; local in function:_mesa_update_fetch_functions
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfetch.c347 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; local in function:_mesa_update_fetch_functions
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c365 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; local in function:r200UpdateFSRouting
414 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; local in function:r200UpdateFSRouting
452 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; local in function:r200UpdateFSRouting
[all...]

Completed in 33 milliseconds

12345