Searched refs:st_finalize_texture (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 189 st_finalize_texture(ctx, st->pipe, texObj); in st_generate_mipmap() 199 st_finalize_texture(ctx, st->pipe, texObj); in st_generate_mipmap()
|
D | st_cb_texture.h | 42 st_finalize_texture(struct gl_context *ctx,
|
D | st_atom_texture.c | 210 retval = st_finalize_texture(ctx, st->pipe, texObj); in update_single_texture() 408 retval = st_finalize_texture(ctx, st->pipe, texObj); in finalize_textures()
|
D | st_cb_fbo.c | 396 if (!st_finalize_texture(ctx, pipe, att->Texture)) in st_render_texture()
|
D | st_cb_texture.c | 1172 st_finalize_texture(struct gl_context *ctx, in st_finalize_texture() function
|