Home
last modified time | relevance | path

Searched refs:_swrast_map_texture (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_span.c72 _swrast_map_texture(ctx, ctx->Texture.Unit[i]._Current); in span_map_unmap()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c265 _swrast_map_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_map_texture() function
370 _swrast_map_texture(ctx, texObj); in _swrast_map_textures()
Ds_context.h399 _swrast_map_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c263 _swrast_map_texture(ctx, ctx->Texture.Unit[u]._Current); in map_textures()