Home
last modified time | relevance | path

Searched defs:texObj (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Dtexparam.c241 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 …]
Dtexobj.c199 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()
Dteximage.h157 _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()
Dtexstorage.c126 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
Dtexstate.c406 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
Dteximage.c797 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 …]
Ddebug.c276 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
Dtexobj.h94 _mesa_is_texture_complete(const struct gl_texture_object *texObj, in _mesa_is_texture_complete()
Dtexgetimage.c701 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/
Ds_texture.c248 _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()
Ds_fragprog.c82 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/
Dintel_span.c159 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
Dbrw_wm_sampler_state.c88 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
Dintel_tex.c44 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/
Dintel_span.c159 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
Dintel_tex.c44 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/
Dintel_span.c159 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
Dintel_tex.c44 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/
Dradeon_mipmap_tree.c321 … 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()
Dradeon_texture.c547 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/
Dradeon_mipmap_tree.c321 … 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()
Dradeon_texture.c547 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()
Dradeon_tex.c333 struct gl_texture_object *texObj, in radeonTexParameter()
355 struct gl_texture_object *texObj ) in radeonDeleteTexture()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c101 struct gl_texture_object *texObj, in st_bind_surface()
145 struct gl_texture_object *texObj, in st_egl_image_target_texture_2d()
Dst_gen_mipmap.c121 struct gl_texture_object *texObj, in compute_num_levels()
142 struct gl_texture_object *texObj) in st_generate_mipmap()

123