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