Searched refs:st_finalize_texture (Results 1 – 11 of 11) 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 | 110 st_finalize_texture(ctx, st->pipe, texObj, 0); in st_generate_mipmap()
|
D | st_atom_image.c | 109 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_blit.c | 188 st_finalize_texture(ctx, st->pipe, srcAtt->Texture, srcAtt->CubeMapFace); in st_BlitFramebuffer()
|
D | st_cb_texture.c | 2659 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/ |
D | 17.0.4.rst | 119 - st: Add cubeMapFace parameter to st_finalize_texture.
|
D | 18.1.1.rst | 105 - st/mesa: simplify lastLevel determination in st_finalize_texture
|
D | 18.0.5.rst | 112 - st/mesa: simplify lastLevel determination in st_finalize_texture
|
D | 10.0.4.rst | 38 Segfault in st_finalize_texture with Texture Buffer
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1926 if (!st_finalize_texture(ctx, st->pipe, obj, 0)) { in dri2_interop_export_object()
|