Searched refs:TextureRemovedFromShared (Results 1 – 3 of 3) sorted by relevance
1511 if (ctx->Driver.TextureRemovedFromShared) { in delete_textures()1512 ctx->Driver.TextureRemovedFromShared(ctx, delObj); in delete_textures()
377 void (*TextureRemovedFromShared)(struct gl_context *ctx, member
3402 functions->TextureRemovedFromShared = st_TextureReleaseAllSamplerViews; in st_init_texture_functions()