Searched refs:_mesa_unlock_texture (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | genmipmap.c | 137 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap() 145 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap() 154 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap() 168 _mesa_unlock_texture(ctx, texObj); in generate_texture_mipmap()
|
D | vdpau.c | 160 _mesa_unlock_texture(ctx, tex); in register_surface() 171 _mesa_unlock_texture(ctx, tex); in register_surface() 180 _mesa_unlock_texture(ctx, tex); in register_surface() 376 _mesa_unlock_texture(ctx, tex); in _mesa_VDPAUMapSurfacesNV() 386 _mesa_unlock_texture(ctx, tex); in _mesa_VDPAUMapSurfacesNV() 437 _mesa_unlock_texture(ctx, tex); in _mesa_VDPAUUnmapSurfacesNV()
|
D | texobj.h | 115 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_unlock_texture() function
|
D | teximage.c | 3164 _mesa_unlock_texture(ctx, texObj); in teximage() 3432 _mesa_unlock_texture(ctx, texObj); in egl_image_target_texture() 3456 _mesa_unlock_texture(ctx, texObj); in egl_image_target_texture() 3598 _mesa_unlock_texture(ctx, texObj); in texture_sub_image() 4231 _mesa_unlock_texture(ctx, texObj); in copy_texture_sub_image() 4332 _mesa_unlock_texture(ctx, texObj); in copyteximage() 4343 _mesa_unlock_texture(ctx, texObj); in copyteximage() 4441 _mesa_unlock_texture(ctx, texObj); in copyteximage() 5194 _mesa_unlock_texture(ctx, texObj); in _mesa_ClearTexSubImage() 5236 _mesa_unlock_texture(ctx, texObj); in _mesa_ClearTexImage() [all …]
|
D | texobj.c | 1502 _mesa_unlock_texture(ctx, delObj); in delete_textures() 1555 _mesa_unlock_texture(ctx, texObj); in _mesa_delete_nameless_texture()
|
D | texgetimage.c | 1445 _mesa_unlock_texture(ctx, texObj); in get_texture_image() 1821 _mesa_unlock_texture(ctx, texObj); in get_compressed_texture_image()
|
D | texparam.c | 2635 _mesa_unlock_texture(ctx, obj); in get_tex_parameteriv() 2639 _mesa_unlock_texture(ctx, obj); in get_tex_parameteriv()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex_image.c | 497 _mesa_unlock_texture(&brw->ctx, texObj); in intelSetTexBuffer2() 517 _mesa_unlock_texture(&brw->ctx, tex_obj); in intelReleaseTexBuffer() 558 _mesa_unlock_texture(&brw->ctx, tex_obj); in intelReleaseTexBuffer() 591 _mesa_unlock_texture(ctx, texobj); in intel_bind_renderbuffer_tex_image()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 266 _mesa_unlock_texture(ctx, texObj); in _mesa_meta_GenerateMipmap()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex_image.c | 323 _mesa_unlock_texture(&intel->ctx, texObj); in intelSetTexBuffer2()
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast.c | 114 _mesa_unlock_texture(&dri_ctx->Base, texObj); in swrastSetTexBuffer2()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 681 _mesa_unlock_texture(ctx, t); in nouveau_set_texbuffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texstate.c | 641 _mesa_unlock_texture(&radeon->glCtx, texObj); in radeonSetTexBuffer2()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 782 _mesa_unlock_texture(ctx, texObj); in st_context_teximage()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_texstate.c | 736 _mesa_unlock_texture(&radeon->glCtx, texObj); in r200SetTexBuffer2()
|