Searched refs:_mesa_bind_texture (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texobj.h | 178 _mesa_bind_texture(struct gl_context *ctx, GLenum target,
|
D | texobj.c | 1703 _mesa_bind_texture(struct gl_context *ctx, GLenum target, in _mesa_bind_texture() function
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 207 _mesa_bind_texture(ctx, target, texObj); in _mesa_meta_GenerateMipmap()
|
D | meta_blit.c | 930 _mesa_bind_texture(ctx, target, texObj); in _mesa_meta_setup_sampler()
|
D | meta.c | 1380 _mesa_bind_texture(ctx, tex->Target, tex->tex_obj); in _mesa_meta_setup_copypix_texture() 1431 _mesa_bind_texture(ctx, tex->Target, tex->tex_obj); in _mesa_meta_setup_drawpix_texture() 3170 _mesa_bind_texture(ctx, target, texObj); in decompress_texture_image()
|