Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.h49 st_finalize_texture(struct gl_context *ctx,
Dst_gen_mipmap.c110 st_finalize_texture(ctx, st->pipe, texObj, 0); in st_generate_mipmap()
Dst_atom_image.c109 if (!st_finalize_texture(st->ctx, st->pipe, u->TexObj, 0) || in st_convert_image()
Dst_atom_texture.c81 if (!st_finalize_texture(ctx, st->pipe, texObj, 0) || in st_update_single_texture()
Dst_cb_blit.c188 st_finalize_texture(ctx, st->pipe, srcAtt->Texture, srcAtt->CubeMapFace); in st_BlitFramebuffer()
Dst_cb_texture.c2659 st_finalize_texture(struct gl_context *ctx, in st_finalize_texture() function
3312 if (!st_finalize_texture(ctx, pipe, texObj, 0)) in st_NewTextureHandle()
/external/mesa3d/docs/relnotes/
D17.0.4.rst119 - st: Add cubeMapFace parameter to st_finalize_texture.
D18.1.1.rst105 - st/mesa: simplify lastLevel determination in st_finalize_texture
D18.0.5.rst112 - st/mesa: simplify lastLevel determination in st_finalize_texture
D10.0.4.rst38 Segfault in st_finalize_texture with Texture Buffer
/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c1926 if (!st_finalize_texture(ctx, st->pipe, obj, 0)) { in dri2_interop_export_object()