Searched refs:_mesa_lock_texture (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 160 _mesa_lock_texture(ctx, tex); in register_surface() 375 _mesa_lock_texture(ctx, tex); in _mesa_VDPAUMapSurfacesNV() 429 _mesa_lock_texture(ctx, tex); in _mesa_VDPAUUnmapSurfacesNV()
|
D | texobj.h | 98 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_lock_texture() function
|
D | genmipmap.c | 135 _mesa_lock_texture(ctx, texObj); in generate_texture_mipmap()
|
D | teximage.c | 3142 _mesa_lock_texture(ctx, texObj); in teximage() 3432 _mesa_lock_texture(ctx, texObj); in egl_image_target_texture() 3547 _mesa_lock_texture(ctx, texObj); in texture_sub_image() 4175 _mesa_lock_texture(ctx, texObj); in copy_texture_sub_image() 4321 _mesa_lock_texture(ctx, texObj); in copyteximage() 4395 _mesa_lock_texture(ctx, texObj); in copyteximage() 5130 _mesa_lock_texture(ctx, texObj); in _mesa_ClearTexSubImage() 5206 _mesa_lock_texture(ctx, texObj); in _mesa_ClearTexImage() 5673 _mesa_lock_texture(ctx, texObj); in compressed_texture_sub_image() 6346 _mesa_lock_texture(ctx, texObj); in texture_buffer_range()
|
D | texgetimage.c | 1435 _mesa_lock_texture(ctx, texObj); in get_texture_image() 1814 _mesa_lock_texture(ctx, texObj); in get_compressed_texture_image()
|
D | texobj.c | 1456 _mesa_lock_texture(ctx, delObj); in delete_textures()
|
D | texparam.c | 2541 _mesa_lock_texture(ctx, obj); in get_tex_parameteriv()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 863 _mesa_lock_texture(ctx, texObj); in st_context_teximage()
|