/external/mesa3d/src/mesa/main/ |
D | texparam.c | 158 struct gl_texture_object *texObj; in get_texobj_by_name() local 231 incomplete(struct gl_context *ctx, struct gl_texture_object *texObj) in incomplete() 271 struct gl_texture_object *texObj, in set_tex_parameteri() 769 struct gl_texture_object *texObj, in set_tex_parameterf() 957 struct gl_texture_object *texObj, in _mesa_texture_parameter_invalidate() 966 struct gl_texture_object *texObj, in _mesa_texture_parameterf() 1026 struct gl_texture_object *texObj, in _mesa_texture_parameterfv() 1096 struct gl_texture_object *texObj, in _mesa_texture_parameteri() 1140 struct gl_texture_object *texObj, in _mesa_texture_parameteriv() 1182 struct gl_texture_object *texObj, in _mesa_texture_parameterIiv() [all …]
|
D | genmipmap.c | 111 struct gl_texture_object *texObj, GLenum target, in generate_texture_mipmap() 195 struct gl_texture_object *texObj = _mesa_get_current_tex_object(ctx, target); in _mesa_GenerateMipmap_no_error() local 202 struct gl_texture_object *texObj; in _mesa_GenerateMipmap() local 226 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_GenerateTextureMipmap_no_error() local 231 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap() 251 struct gl_texture_object *texObj; in _mesa_GenerateTextureMipmap() local 261 struct gl_texture_object *texObj; in _mesa_GenerateTextureMipmapEXT() local 274 struct gl_texture_object *texObj; in _mesa_GenerateMultiTexMipmapEXT() local
|
D | texturebindless.c | 131 struct gl_texture_object *texObj = NULL; in make_texture_handle_resident() local 180 struct gl_texture_object *texObj = NULL; in make_image_handle_resident() local 212 find_texhandleobj(struct gl_texture_object *texObj, in find_texhandleobj() 224 new_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, in new_texture_handle() 250 get_texture_handle(struct gl_context *ctx, struct gl_texture_object *texObj, in get_texture_handle() 314 find_imghandleobj(struct gl_texture_object *texObj, GLint level, in find_imghandleobj() 329 get_image_handle(struct gl_context *ctx, struct gl_texture_object *texObj, in get_image_handle() 446 _mesa_init_texture_handles(struct gl_texture_object *texObj) in _mesa_init_texture_handles() 454 struct gl_texture_object *texObj) in _mesa_make_texture_handles_non_resident() 477 struct gl_texture_object *texObj) in _mesa_delete_texture_handles() [all …]
|
D | texobj.h | 99 _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_lock_texture() 108 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_unlock_texture() 118 _mesa_is_texture_complete(const struct gl_texture_object *texObj, in _mesa_is_texture_complete()
|
D | texobj.c | 130 struct gl_texture_object *texObj = NULL; in _mesa_lookup_texture_err() local 304 struct gl_texture_object *texObj) in _mesa_update_texture_object_swizzle() 515 struct gl_texture_object *texObj) in _mesa_delete_texture_object() 560 struct gl_texture_object *texObj, in _mesa_clear_texture_object() 918 _mesa_cube_level_complete(const struct gl_texture_object *texObj, in _mesa_cube_level_complete() 955 _mesa_cube_complete(const struct gl_texture_object *texObj) in _mesa_cube_complete() 968 _mesa_dirty_texobj(struct gl_context *ctx, struct gl_texture_object *texObj) in _mesa_dirty_texobj() 992 struct gl_texture_object *texObj; in _mesa_get_fallback_texture() local 1144 texture_size(const struct gl_texture_object *texObj) in texture_size() 1170 const struct gl_texture_object *texObj = in count_tex_size() local [all …]
|
D | teximage.c | 371 _mesa_select_tex_image(const struct gl_texture_object *texObj, in _mesa_select_tex_image() 390 _mesa_get_tex_image(struct gl_context *ctx, struct gl_texture_object *texObj, in _mesa_get_tex_image() 642 _mesa_get_texture_layers(const struct gl_texture_object *texObj, GLint level) in _mesa_get_texture_layers() 1753 mutable_tex_object(struct gl_texture_object *texObj) in mutable_tex_object() 1942 struct gl_texture_object* texObj, in texture_error_check() 2124 GLenum target, struct gl_texture_object* texObj, in compressed_texture_error_check() 2282 struct gl_texture_object *texObj, in texsubimage_error_check() 2406 GLenum target, struct gl_texture_object* texObj, in copytexture_error_check() 2689 const struct gl_texture_object *texObj, in copytexsubimage_error_check() 2832 struct gl_texture_object *texObj; member [all …]
|
D | texstorage.c | 128 struct gl_texture_object *texObj, in get_tex_image() 142 struct gl_texture_object *texObj, in initialize_texture_fields() 186 struct gl_texture_object *texObj) in clear_texture_fields() 213 update_fbo_texture(struct gl_context *ctx, struct gl_texture_object *texObj) in update_fbo_texture() 354 struct gl_texture_object *texObj, in tex_storage_error_check() 436 struct gl_texture_object *texObj, in _mesa_sparse_texture_error_check() 519 struct gl_texture_object *texObj, in texture_storage() 642 struct gl_texture_object *texObj, in texture_storage_error() 655 struct gl_texture_object *texObj, in texture_storage_no_error() 674 struct gl_texture_object *texObj; in texstorage_error() local [all …]
|
D | shaderimage.c | 635 set_image_binding(struct gl_image_unit *u, struct gl_texture_object *texObj, in set_image_binding() 657 bind_image_texture(struct gl_context *ctx, struct gl_texture_object *texObj, in bind_image_texture() 676 struct gl_texture_object *texObj = NULL; in _mesa_BindImageTexture_no_error() local 691 struct gl_texture_object *texObj = NULL; in _mesa_BindImageTexture() local 736 struct gl_texture_object *texObj = NULL; in _mesa_BindImageTextureEXT() local 792 struct gl_texture_object *texObj = u->TexObj; in bind_image_textures() local
|
D | texgetimage.c | 895 select_tex_image(const struct gl_texture_object *texObj, GLenum target, in select_tex_image() 916 struct gl_texture_object *texObj, in dimensions_error_check() 1212 struct gl_texture_object *texObj, in common_error_check() 1264 struct gl_texture_object *texObj, in getteximage_error_check() 1306 struct gl_texture_object *texObj, in gettexsubimage_error_check() 1348 get_texture_image_dims(const struct gl_texture_object *texObj, in get_texture_image_dims() 1387 struct gl_texture_object *texObj, in get_texture_image() 1454 struct gl_texture_object *texObj, in _get_texture_image() 1525 struct gl_texture_object *texObj = in _mesa_GetTextureImage() local 1548 struct gl_texture_object *texObj = in _mesa_GetTextureImageEXT() local [all …]
|
D | texstate.c | 543 const struct gl_texture_object *texObj = texUnit->_Current; in update_tex_combine() local 663 struct gl_texture_object *texObj; in update_single_program_texture() local 719 struct gl_texture_object *texObj; in update_single_program_texture_state() local 829 struct gl_texture_object *texObj = texUnit->CurrentTex[texIndex]; in update_ff_texture_state() local 872 struct gl_texture_object *texObj = in fix_missing_textures_for_atifs() local
|
D | textureview.c | 309 struct gl_texture_object *texObj, in initialize_texture_fields() 466 struct gl_texture_object *texObj, in _mesa_set_texture_view_state() 532 struct gl_texture_object *texObj, GLenum target, in texture_view() 733 struct gl_texture_object *texObj; in _mesa_TextureView_no_error() local 751 struct gl_texture_object *texObj; in _mesa_TextureView() local
|
D | debug.c | 280 write_texture_image(struct gl_texture_object *texObj, in write_texture_image() 369 dump_texture(struct gl_texture_object *texObj, GLuint writeImages) in dump_texture() 403 struct gl_texture_object *texObj = _mesa_lookup_texture(ctx, texture); in _mesa_dump_texture() local 413 struct gl_texture_object *texObj = (struct gl_texture_object *) data; in dump_texture_cb() local
|
D | teximage.h | 178 _mesa_base_tex_image(const struct gl_texture_object *texObj) in _mesa_base_tex_image()
|
D | mipmap.c | 55 struct gl_texture_object *texObj, in _mesa_compute_num_levels() 692 struct gl_texture_object *texObj, GLuint level, in prepare_mipmap_level() 761 struct gl_texture_object *texObj, in _mesa_prepare_mipmap_levels() 802 struct gl_texture_object *texObj, in generate_mipmap_uncompressed() 918 struct gl_texture_object *texObj, in generate_mipmap_compressed() 1082 struct gl_texture_object *texObj) in _mesa_generate_mipmap()
|
D | externalobjects.c | 335 struct gl_texture_object *texObj; in texstorage_memory() local 379 struct gl_texture_object *texObj; in texstorage_memory_ms() local 411 struct gl_texture_object *texObj; in texturestorage_memory() local 455 struct gl_texture_object *texObj; in texturestorage_memory_ms() local 669 struct gl_texture_object *texObj; in server_wait_semaphore() local 717 struct gl_texture_object *texObj; in server_signal_semaphore() local
|
D | attrib.c | 564 struct gl_texture_object *texObj = in pop_texture_group() local 609 struct gl_texture_object *texObj = in pop_texture_group() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.c | 315 const struct gl_texture_object *texObj, in check_sampler_swizzle() 329 last_level(const struct gl_texture_object *texObj) in last_level() 341 last_layer(const struct gl_texture_object *texObj) in last_layer() 356 const struct gl_texture_object *texObj, in st_get_sampler_view_format() 489 struct gl_texture_object *texObj, in st_create_texture_sampler_view_from_stobj() 530 struct gl_texture_object *texObj, in st_get_texture_sampler_view_from_stobj() 590 struct gl_texture_object *texObj, in st_get_buffer_sampler_view_from_stobj()
|
D | st_vdpau.h | 53 GLboolean output, struct gl_texture_object *texObj, in st_vdpau_map_surface() 58 GLboolean output, struct gl_texture_object *texObj, in st_vdpau_unmap_surface()
|
D | st_gen_mipmap.c | 50 struct gl_texture_object *texObj) in st_generate_mipmap()
|
D | st_vdpau.c | 187 GLboolean output, struct gl_texture_object *texObj, in st_vdpau_map_surface() 264 GLboolean output, struct gl_texture_object *texObj, in st_vdpau_unmap_surface()
|
D | st_atom_shader.c | 62 struct gl_texture_object *texObj = _mesa_get_tex_unit(ctx, unit)->_Current; in get_texture_index() local
|
D | st_texture.h | 119 st_get_texobj_resource(struct gl_texture_object *texObj) in st_get_texobj_resource()
|
D | st_atom_texture.c | 64 struct gl_texture_object *texObj; in st_update_single_texture() local
|
D | st_cb_eglimage.c | 377 struct gl_texture_object *texObj, in st_bind_egl_image()
|
D | st_cb_texture.c | 1257 struct gl_texture_object *texObj = texImage->TexObject; in prep_teximage() local 3424 struct gl_texture_object *texObj, in st_texture_storage() 3553 struct gl_texture_object *texObj, in st_AllocTextureStorage() 3579 struct gl_texture_object *texObj = in st_TestProxyTexImage() local 3622 struct gl_texture_object *texObj, in st_TextureView() 3718 struct gl_texture_object *texObj = texImage->TexObject; in st_ClearTexSubImage() local 3774 struct gl_texture_object *texObj, in st_SetTextureStorageForMemoryObject()
|