Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_span.c74 _swrast_unmap_texture(ctx, ctx->Texture.Unit[i]._Current); in span_map_unmap()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c269 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_unmap_texture() function
322 _swrast_unmap_texture(ctx, texObj); in _swrast_unmap_textures()
Ds_context.h382 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c301 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current); in unmap_textures()