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.c325 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_unmap_texture() function
386 _swrast_unmap_texture(ctx, texObj); in _swrast_unmap_textures()
Ds_context.h402 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj);
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c282 _swrast_unmap_texture(ctx, ctx->Texture.Unit[u]._Current); in unmap_textures()