Searched refs:st_finalize_texture (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.h | 49 st_finalize_texture(struct gl_context *ctx,
|
D | st_gen_mipmap.c | 128 st_finalize_texture(ctx, st->pipe, texObj, 0); in st_generate_mipmap()
|
D | st_atom_image.c | 92 if (!st_finalize_texture(st->ctx, st->pipe, u->TexObj, 0) || in st_convert_image()
|
D | st_atom_texture.c | 81 if (!st_finalize_texture(ctx, st->pipe, texObj, 0) || in st_update_single_texture()
|
D | st_cb_fbo.c | 514 if (!st_finalize_texture(ctx, pipe, att->Texture, att->CubeMapFace)) in st_render_texture()
|
D | st_cb_texture.c | 2457 st_finalize_texture(struct gl_context *ctx, in st_finalize_texture() function 3098 if (!st_finalize_texture(ctx, pipe, texObj, 0)) in st_NewTextureHandle()
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri2.c | 1876 if (!st_finalize_texture(ctx, st->pipe, obj, 0)) { in dri2_interop_export_object()
|