Searched refs:_mesa_unlock_texture (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | genmipmap.c | 142 _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()
|
D | vdpau.c | 163 _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()
|
D | texobj.h | 107 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_unlock_texture() function
|
D | teximage.c | 3177 _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 …]
|
D | texgetimage.c | 1449 _mesa_unlock_texture(ctx, texObj); in get_texture_image() 1828 _mesa_unlock_texture(ctx, texObj); in get_compressed_texture_image()
|
D | texparam.c | 2817 _mesa_unlock_texture(ctx, obj); in get_tex_parameteriv() 2821 _mesa_unlock_texture(ctx, obj); in get_tex_parameteriv()
|
D | texobj.c | 1480 _mesa_unlock_texture(ctx, delObj); in delete_textures()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 912 _mesa_unlock_texture(ctx, texObj); in st_context_teximage()
|