Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/main/
Dtexparam.c148 struct gl_texture_object *texObj; in get_texobj_by_name() local
221 incomplete(struct gl_context *ctx, struct gl_texture_object *texObj) in incomplete()
248 struct gl_texture_object *texObj, in set_tex_parameteri()
648 struct gl_texture_object *texObj, in set_tex_parameterf()
804 struct gl_texture_object *texObj, in _mesa_texture_parameterf()
861 struct gl_texture_object *texObj, in _mesa_texture_parameterfv()
928 struct gl_texture_object *texObj, in _mesa_texture_parameteri()
972 struct gl_texture_object *texObj, in _mesa_texture_parameteriv()
1014 struct gl_texture_object *texObj, in _mesa_texture_parameterIiv()
1042 struct gl_texture_object *texObj, in _mesa_texture_parameterIuiv()
[all …]
Dgenmipmap.c113 struct gl_texture_object *texObj, GLenum target, in generate_texture_mipmap()
181 struct gl_texture_object *texObj = _mesa_get_current_tex_object(ctx, target); in _mesa_GenerateMipmap_no_error() local
188 struct gl_texture_object *texObj; in _mesa_GenerateMipmap() local
212 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GenerateTextureMipmap_no_error() local
217 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap()
237 struct gl_texture_object *texObj; in _mesa_GenerateTextureMipmap() local
247 struct gl_texture_object *texObj; in _mesa_GenerateTextureMipmapEXT() local
260 struct gl_texture_object *texObj; in _mesa_GenerateMultiTexMipmapEXT() local
Dtexturebindless.c125 struct gl_texture_object *texObj = NULL; in make_texture_handle_resident() local
174 struct gl_texture_object *texObj = NULL; in make_image_handle_resident() local
206 find_texhandleobj(struct gl_texture_object *texObj, in find_texhandleobj()
218 get_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, in get_texture_handle()
282 find_imghandleobj(struct gl_texture_object *texObj, GLint level, in find_imghandleobj()
297 get_image_handle(struct gl_context *ctx, struct gl_texture_object *texObj, in get_image_handle()
412 _mesa_init_texture_handles(struct gl_texture_object *texObj) in _mesa_init_texture_handles()
420 struct gl_texture_object *texObj) in _mesa_make_texture_handles_non_resident()
443 struct gl_texture_object *texObj) in _mesa_delete_texture_handles()
485 struct gl_texture_object *texObj = (*texHandleObj)->texObj; in _mesa_delete_sampler_handles() local
[all …]
Dtexobj.h107 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_lock_texture()
115 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_unlock_texture()
124 _mesa_is_texture_complete(const struct gl_texture_object *texObj, in _mesa_is_texture_complete()
Dtexobj.c121 struct gl_texture_object *texObj = NULL; in _mesa_lookup_texture_err() local
427 struct gl_texture_object *texObj) in _mesa_delete_texture_object()
522 struct gl_texture_object *texObj, in _mesa_clear_texture_object()
888 _mesa_cube_level_complete(const struct gl_texture_object *texObj, in _mesa_cube_level_complete()
925 _mesa_cube_complete(const struct gl_texture_object *texObj) in _mesa_cube_complete()
938 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_dirty_texobj()
960 struct gl_texture_object *texObj; in _mesa_get_fallback_texture() local
1080 texture_size(const struct gl_texture_object *texObj) in texture_size()
1106 const struct gl_texture_object *texObj = in count_tex_size() local
1140 _mesa_texture_base_format(const struct gl_texture_object *texObj) in _mesa_texture_base_format()
[all …]
Dteximage.c367 _mesa_select_tex_image(const struct gl_texture_object *texObj, in _mesa_select_tex_image()
386 _mesa_get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, in _mesa_get_tex_image()
638 _mesa_get_texture_layers(const struct gl_texture_object *texObj, GLint level) in _mesa_get_texture_layers()
1634 mutable_tex_object(struct gl_texture_object *texObj) in mutable_tex_object()
1823 struct gl_texture_object* texObj, in texture_error_check()
2005 GLenum target, struct gl_texture_object* texObj, in compressed_texture_error_check()
2163 struct gl_texture_object *texObj, in texsubimage_error_check()
2287 GLenum target, struct gl_texture_object* texObj, in copytexture_error_check()
2549 const struct gl_texture_object *texObj, in copytexsubimage_error_check()
2672 struct gl_texture_object *texObj; member
[all …]
Dtexstorage.c127 struct gl_texture_object *texObj, in get_tex_image()
141 struct gl_texture_object *texObj, in initialize_texture_fields()
181 struct gl_texture_object *texObj) in clear_texture_fields()
208 update_fbo_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in update_fbo_texture()
274 struct gl_texture_object *texObj, in _mesa_AllocTextureStorage_sw()
306 struct gl_texture_object *texObj, in tex_storage_error_check()
393 struct gl_texture_object *texObj, in texture_storage()
497 struct gl_texture_object *texObj, in texture_storage_error()
509 struct gl_texture_object *texObj, in texture_storage_no_error()
527 struct gl_texture_object *texObj; in texstorage_error() local
[all …]
Dshaderimage.c561 set_image_binding(struct gl_image_unit *u, struct gl_texture_object *texObj, in set_image_binding()
583 bind_image_texture(struct gl_context *ctx, struct gl_texture_object *texObj, in bind_image_texture()
602 struct gl_texture_object *texObj = NULL; in _mesa_BindImageTexture_no_error() local
617 struct gl_texture_object *texObj = NULL; in _mesa_BindImageTexture() local
663 struct gl_texture_object *texObj = NULL; in _mesa_BindImageTextureEXT() local
719 struct gl_texture_object *texObj = u->TexObj; in bind_image_textures() local
Dtexgetimage.c894 select_tex_image(const struct gl_texture_object *texObj, GLenum target, in select_tex_image()
915 struct gl_texture_object *texObj, in dimensions_error_check()
1211 struct gl_texture_object *texObj, in common_error_check()
1263 struct gl_texture_object *texObj, in getteximage_error_check()
1305 struct gl_texture_object *texObj, in gettexsubimage_error_check()
1347 get_texture_image_dims(const struct gl_texture_object *texObj, in get_texture_image_dims()
1386 struct gl_texture_object *texObj, in get_texture_image()
1450 struct gl_texture_object *texObj, in _get_texture_image()
1521 struct gl_texture_object *texObj = in _mesa_GetTextureImage() local
1544 struct gl_texture_object *texObj = in _mesa_GetTextureImageEXT() local
[all …]
Dtexstate.c531 const struct gl_texture_object *texObj = texUnit->_Current; in update_tex_combine() local
651 struct gl_texture_object *texObj; in update_single_program_texture() local
707 struct gl_texture_object *texObj; in update_single_program_texture_state() local
817 struct gl_texture_object *texObj = texUnit->CurrentTex[texIndex]; in update_ff_texture_state() local
860 struct gl_texture_object *texObj = in fix_missing_textures_for_atifs() local
Dtextureview.c305 struct gl_texture_object *texObj, in initialize_texture_fields()
462 struct gl_texture_object *texObj, in _mesa_set_texture_view_state()
526 struct gl_texture_object *texObj, GLenum target, in texture_view()
710 struct gl_texture_object *texObj; in _mesa_TextureView_no_error() local
728 struct gl_texture_object *texObj; in _mesa_TextureView() local
Ddebug.c265 write_texture_image(struct gl_texture_object *texObj, in write_texture_image()
354 dump_texture(struct gl_texture_object *texObj, GLuint writeImages) in dump_texture()
388 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_dump_texture() local
398 struct gl_texture_object *texObj = (struct gl_texture_object *) data; in dump_texture_cb() local
Dteximage.h175 _mesa_base_tex_image(const struct gl_texture_object *texObj) in _mesa_base_tex_image()
/external/mesa3d/src/mesa/swrast/
Ds_texture.c265 _swrast_map_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_map_texture()
325 _swrast_unmap_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _swrast_unmap_texture()
367 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; in _swrast_map_textures() local
383 struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; in _swrast_unmap_textures() local
Ds_fragprog.c83 const struct gl_texture_object *texObj = ctx->Texture.Unit[unit]._Current; in fetch_texel_lod() local
117 const struct gl_texture_object *texObj = texUnit->_Current; in fetch_texel_deriv() local
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c365 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; in r200UpdateFSRouting() local
414 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; in r200UpdateFSRouting() local
452 struct gl_texture_object *texObj = ctx->Texture.Unit[reg]._Current; in r200UpdateFSRouting() local
Dradeon_mipmap_tree.c312 … GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *texObj) in radeon_miptree_matches_texture()
360 struct gl_texture_object *texObj = &t->base; in radeon_try_alloc_miptree() local
447 static radeon_mipmap_tree * get_biggest_matching_miptree(radeonTexObj *texObj, in get_biggest_matching_miptree()
511 struct gl_texture_object *texObj) in radeon_validate_texture_miptree()
573 uint32_t get_base_teximage_offset(radeonTexObj *texObj) in get_base_teximage_offset()
Dradeon_texture.c490 struct gl_texture_object *texObj, in teximage_assign_miptree()
535 struct gl_texture_object *texObj, in radeon_image_target_texture_2d()
641 struct gl_texture_object *texObj, in radeon_miptree_create_for_teximage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c312 … GLboolean radeon_miptree_matches_texture(radeon_mipmap_tree *mt, struct gl_texture_object *texObj) in radeon_miptree_matches_texture()
360 struct gl_texture_object *texObj = &t->base; in radeon_try_alloc_miptree() local
447 static radeon_mipmap_tree * get_biggest_matching_miptree(radeonTexObj *texObj, in get_biggest_matching_miptree()
511 struct gl_texture_object *texObj) in radeon_validate_texture_miptree()
573 uint32_t get_base_teximage_offset(radeonTexObj *texObj) in get_base_teximage_offset()
Dradeon_texture.c490 struct gl_texture_object *texObj, in teximage_assign_miptree()
535 struct gl_texture_object *texObj, in radeon_image_target_texture_2d()
641 struct gl_texture_object *texObj, in radeon_miptree_create_for_teximage()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c238 struct gl_texture_object *texObj, in st_bind_egl_image()
347 struct gl_texture_object *texObj, in st_egl_image_target_texture_2d()
367 struct gl_texture_object *texObj, in st_egl_image_target_tex_storage()
Dst_cb_semaphoreobjects.c90 struct st_texture_object *texObj; in st_server_wait_semaphore() local
139 struct st_texture_object *texObj; in st_server_signal_semaphore() local
Dst_gen_mipmap.c54 struct gl_texture_object *texObj) in st_generate_mipmap()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c59 struct gl_texture_object *texObj) in fallback_required()
148 struct gl_texture_object *texObj) in _mesa_meta_GenerateMipmap()
Dmeta_blit.c108 struct gl_texture_object *texObj; in blitframebuffer_texture() local
318 struct gl_texture_object *const texObj = in _mesa_meta_fb_tex_blit_end() local
364 struct gl_texture_object *texObj; in texture_object_from_renderbuffer() local
384 setup_sampler(struct gl_context *ctx, struct gl_texture_object *texObj, in setup_sampler()

123