/external/mesa3d/src/mesa/main/ |
D | texparam.c | 241 incomplete(struct gl_context *ctx, struct gl_texture_object *texObj) in incomplete() 254 struct gl_texture_object *texObj, in set_tex_parameteri() 537 struct gl_texture_object *texObj, in set_tex_parameterf() 640 struct gl_texture_object *texObj; in _mesa_TexParameterf() local 701 struct gl_texture_object *texObj; in _mesa_TexParameterfv() local 777 struct gl_texture_object *texObj; in _mesa_TexParameteri() local 821 struct gl_texture_object *texObj; in _mesa_TexParameteriv() local 882 struct gl_texture_object *texObj; in _mesa_TexParameterIiv() local 912 struct gl_texture_object *texObj; in _mesa_TexParameterIuiv() local 989 const struct gl_texture_object *texObj, in get_tex_level_parameter_image() [all …]
|
D | texobj.c | 199 struct gl_texture_object *texObj) in _mesa_delete_texture_object() 284 struct gl_texture_object *texObj) in _mesa_clear_texture_object() 661 _mesa_cube_complete(const struct gl_texture_object *texObj) in _mesa_cube_complete() 703 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj, in _mesa_dirty_texobj() 726 struct gl_texture_object *texObj; in _mesa_get_fallback_texture() local 831 texture_size(const struct gl_texture_object *texObj) in texture_size() 857 const struct gl_texture_object *texObj = in count_tex_size() local 982 struct gl_texture_object *texObj; in _mesa_GenTextures() local 1008 struct gl_texture_object *texObj) in unbind_texobj_from_fbo() 1036 struct gl_texture_object *texObj) in unbind_texobj_from_texunits()
|
D | teximage.h | 157 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_lock_texture() 165 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_unlock_texture()
|
D | texstorage.c | 126 struct gl_texture_object *texObj, in setup_texstorage() 208 struct gl_texture_object *texObj) in clear_image_fields() 246 struct gl_texture_object *texObj; in tex_storage_error_check() local 359 struct gl_texture_object *texObj; in texstorage() local
|
D | texstate.c | 406 const struct gl_texture_object *texObj = texUnit->_Current; in update_tex_combine() local 575 struct gl_texture_object *texObj = texUnit->CurrentTex[texIndex]; in update_texture_state() local 596 struct gl_texture_object *texObj; in update_texture_state() local
|
D | teximage.c | 797 const struct gl_texture_object *texObj, in _mesa_select_tex_image() 816 _mesa_get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, in _mesa_get_tex_image() 1611 struct gl_texture_object *texObj = in mutable_tex_object() local 2670 struct gl_texture_object *texObj; member 2684 const struct gl_texture_object *texObj = info->texObj; in check_rtt_cb() local 2716 struct gl_texture_object *texObj, in _mesa_update_fbo_texture() 2738 struct gl_texture_object *texObj, GLint level) in check_gen_mipmap() 2804 struct gl_texture_object *texObj, in _mesa_choose_texture_format() 3004 struct gl_texture_object *texObj = in teximage() local 3031 struct gl_texture_object *texObj; in teximage() local [all …]
|
D | debug.c | 276 write_texture_image(struct gl_texture_object *texObj, in write_texture_image() 363 dump_texture(struct gl_texture_object *texObj, GLuint writeImages) in dump_texture() 397 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_dump_texture() local 407 struct gl_texture_object *texObj = (struct gl_texture_object *) data; in dump_texture_cb() local
|
D | texobj.h | 94 _mesa_is_texture_complete(const struct gl_texture_object *texObj, in _mesa_is_texture_complete()
|
D | texgetimage.c | 701 struct gl_texture_object *texObj; in getteximage_error_check() local 811 struct gl_texture_object *texObj; in _mesa_GetnTexImageARB() local 865 struct gl_texture_object *texObj; in getcompressedteximage_error_check() local 942 struct gl_texture_object *texObj; in _mesa_GetnCompressedTexImageARB() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texture.c | 248 _swrast_map_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_map_texture() 269 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_unmap_texture() 300 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; in _swrast_map_textures() local 320 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; in _swrast_unmap_textures() local 335 struct gl_texture_object *texObj, in _swrast_AllocTextureStorage()
|
D | s_fragprog.c | 82 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; in fetch_texel_lod() local 116 const struct gl_texture_object *texObj = texUnit->_Current; in fetch_texel_deriv() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_span.c | 159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intelSpanRenderFinish() local 190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intel_map_vertex_shader_textures() local 210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intel_unmap_vertex_shader_textures() local
|
D | brw_wm_sampler_state.c | 88 struct gl_texture_object *texObj = texUnit->_Current; in upload_default_color() local 167 struct gl_texture_object *texObj = texUnit->_Current; in brw_update_sampler_state() local
|
D | intel_tex.c | 44 struct gl_texture_object *texObj) in intelDeleteTextureObject() 119 struct gl_texture_object *texObj, in intel_alloc_texture_storage()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_span.c | 159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intelSpanRenderFinish() local 190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intel_map_vertex_shader_textures() local 210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intel_unmap_vertex_shader_textures() local
|
D | intel_tex.c | 44 struct gl_texture_object *texObj) in intelDeleteTextureObject() 119 struct gl_texture_object *texObj, in intel_alloc_texture_storage()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_span.c | 159 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intelSpanRenderFinish() local 190 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intel_map_vertex_shader_textures() local 210 struct gl_texture_object *texObj = ctx->Texture.Unit[i]._Current; in intel_unmap_vertex_shader_textures() local
|
D | intel_tex.c | 44 struct gl_texture_object *texObj) in intelDeleteTextureObject() 119 struct gl_texture_object *texObj, in intel_alloc_texture_storage()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.c | 321 … GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *texObj) in radeon_miptree_matches_texture() 369 struct gl_texture_object *texObj = &t->base; in radeon_try_alloc_miptree() local 477 static radeon_mipmap_tree * get_biggest_matching_miptree(radeonTexObj *texObj, in get_biggest_matching_miptree() 541 struct gl_texture_object *texObj) in radeon_validate_texture_miptree() 603 uint32_t get_base_teximage_offset(radeonTexObj *texObj) in get_base_teximage_offset()
|
D | radeon_texture.c | 547 struct gl_texture_object *texObj, in teximage_assign_miptree() 593 struct gl_texture_object *texObj, in radeon_image_target_texture_2d() 751 struct gl_texture_object *texObj) in radeon_swrast_map_texture_images() 767 struct gl_texture_object *texObj) in radeon_swrast_unmap_texture_images() 783 struct gl_texture_object *texObj, in radeon_miptree_create_for_teximage()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.c | 321 … GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *texObj) in radeon_miptree_matches_texture() 369 struct gl_texture_object *texObj = &t->base; in radeon_try_alloc_miptree() local 477 static radeon_mipmap_tree * get_biggest_matching_miptree(radeonTexObj *texObj, in get_biggest_matching_miptree() 541 struct gl_texture_object *texObj) in radeon_validate_texture_miptree() 603 uint32_t get_base_teximage_offset(radeonTexObj *texObj) in get_base_teximage_offset()
|
D | radeon_texture.c | 547 struct gl_texture_object *texObj, in teximage_assign_miptree() 593 struct gl_texture_object *texObj, in radeon_image_target_texture_2d() 751 struct gl_texture_object *texObj) in radeon_swrast_map_texture_images() 767 struct gl_texture_object *texObj) in radeon_swrast_unmap_texture_images() 783 struct gl_texture_object *texObj, in radeon_miptree_create_for_teximage()
|
D | radeon_tex.c | 333 struct gl_texture_object *texObj, in radeonTexParameter() 355 struct gl_texture_object *texObj ) in radeonDeleteTexture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_eglimage.c | 101 struct gl_texture_object *texObj, in st_bind_surface() 145 struct gl_texture_object *texObj, in st_egl_image_target_texture_2d()
|
D | st_gen_mipmap.c | 121 struct gl_texture_object *texObj, in compute_num_levels() 142 struct gl_texture_object *texObj) in st_generate_mipmap()
|