Searched refs:st_finalize_texture (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.h49 st_finalize_texture(struct gl_context *ctx,
H A Dst_gen_mipmap.c80 * lastLevel here, since it won't get done in st_finalize_texture().
104 st_finalize_texture(ctx, st->pipe, texObj, 0);
H A Dst_atom_image.c109 if (!st_finalize_texture(st->ctx, st->pipe, u->TexObj, 0) ||
H A Dst_atom_texture.c81 if (!st_finalize_texture(ctx, st->pipe, texObj, 0) ||
H A Dst_cb_texture.c491 * memory either in st_AllocTextureImageBuffer() or st_finalize_texture().
2582 st_finalize_texture(struct gl_context *ctx, function in typeref:typename:GLboolean
3219 if (!st_finalize_texture(ctx, pipe, texObj, 0))
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.h49 st_finalize_texture(struct gl_context *ctx,
H A Dst_gen_mipmap.c86 * lastLevel here, since it won't get done in st_finalize_texture().
110 st_finalize_texture(ctx, st->pipe, texObj, 0);
H A Dst_atom_image.c109 if (!st_finalize_texture(st->ctx, st->pipe, u->TexObj, 0) ||
H A Dst_atom_texture.c76 if (!st_finalize_texture(ctx, st->pipe, texObj, 0) || !stObj->pt)
H A Dst_cb_blit.c188 st_finalize_texture(ctx, st->pipe, srcAtt->Texture, srcAtt->CubeMapFace);
H A Dst_cb_texture.c835 * memory either in st_AllocTextureImageBuffer() or st_finalize_texture().
2980 st_finalize_texture(struct gl_context *ctx, function in typeref:typename:GLboolean
3644 if (!st_finalize_texture(ctx, pipe, texObj, 0))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.4.rst119 - st: Add cubeMapFace parameter to st_finalize_texture.
H A D18.1.1.rst105 - st/mesa: simplify lastLevel determination in st_finalize_texture
H A D10.0.4.rst38 Segfault in st_finalize_texture with Texture Buffer
H A D18.0.5.rst112 - st/mesa: simplify lastLevel determination in st_finalize_texture
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri2.c1744 if (!st_finalize_texture(ctx, st->pipe, obj, 0)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri2.c2016 if (!st_finalize_texture(ctx, st->pipe, obj, 0)) {

Completed in 28 milliseconds