Home
last modified time | relevance | path

Searched refs:_mesa_unlock_texture (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dgenmipmap.c142 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap()
150 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap()
166 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap()
173 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap()
187 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap()
Dvdpau.c163 _mesa_unlock_texture(ctx, tex); in register_surface()
174 _mesa_unlock_texture(ctx, tex); in register_surface()
183 _mesa_unlock_texture(ctx, tex); in register_surface()
379 _mesa_unlock_texture(ctx, tex); in _mesa_VDPAUMapSurfacesNV()
389 _mesa_unlock_texture(ctx, tex); in _mesa_VDPAUMapSurfacesNV()
440 _mesa_unlock_texture(ctx, tex); in _mesa_VDPAUUnmapSurfacesNV()
Dtexobj.h107 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_unlock_texture() function
Dteximage.c3177 _mesa_unlock_texture(ctx, texObj); in teximage()
3436 _mesa_unlock_texture(ctx, texObj); in egl_image_target_texture()
3464 _mesa_unlock_texture(ctx, texObj); in egl_image_target_texture()
3576 _mesa_unlock_texture(ctx, texObj); in texture_sub_image()
4209 _mesa_unlock_texture(ctx, texObj); in copy_texture_sub_image()
4326 _mesa_unlock_texture(ctx, texObj); in copyteximage()
4337 _mesa_unlock_texture(ctx, texObj); in copyteximage()
4436 _mesa_unlock_texture(ctx, texObj); in copyteximage()
5187 _mesa_unlock_texture(ctx, texObj); in _mesa_ClearTexSubImage()
5229 _mesa_unlock_texture(ctx, texObj); in _mesa_ClearTexImage()
[all …]
Dtexgetimage.c1449 _mesa_unlock_texture(ctx, texObj); in get_texture_image()
1828 _mesa_unlock_texture(ctx, texObj); in get_compressed_texture_image()
Dtexparam.c2817 _mesa_unlock_texture(ctx, obj); in get_tex_parameteriv()
2821 _mesa_unlock_texture(ctx, obj); in get_tex_parameteriv()
Dtexobj.c1480 _mesa_unlock_texture(ctx, delObj); in delete_textures()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c912 _mesa_unlock_texture(ctx, texObj); in st_context_teximage()