Home
last modified time | relevance | path

Searched refs:st_finalize_texture (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c189 st_finalize_texture(ctx, st->pipe, texObj); in st_generate_mipmap()
199 st_finalize_texture(ctx, st->pipe, texObj); in st_generate_mipmap()
Dst_cb_texture.h42 st_finalize_texture(struct gl_context *ctx,
Dst_atom_texture.c210 retval = st_finalize_texture(ctx, st->pipe, texObj); in update_single_texture()
408 retval = st_finalize_texture(ctx, st->pipe, texObj); in finalize_textures()
Dst_cb_fbo.c396 if (!st_finalize_texture(ctx, pipe, att->Texture)) in st_render_texture()
Dst_cb_texture.c1172 st_finalize_texture(struct gl_context *ctx, in st_finalize_texture() function