|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| void | IMB_freeImBuf (struct ImBuf *UNUSED(ibuf)) |
| void | IMB_colormanagement_display_to_scene_linear_v3 (float UNUSED(pixel[3]), struct ColorManagedDisplay *UNUSED(display)) |
| bool | IMB_colormanagement_space_is_scene_linear (struct ColorSpace *colorspace) |
| bool | IMB_colormanagement_space_is_data (struct ColorSpace *colorspace) |
| void | BKE_material_defaults_free_gpu (void) |
Variables | |
| int | G |
| void * | BKE_image_free_buffers = NULL |
| void * | BKE_image_get_tile = NULL |
| void * | BKE_image_get_tile_from_iuser = NULL |
| void * | BKE_tempdir_session = NULL |
| void * | DRW_deferred_shader_remove = NULL |
| void * | datatoc_common_view_lib_glsl = NULL |
| void * | ntreeFreeLocalTree = NULL |
| void * | ntreeGPUMaterialNodes = NULL |
| void * | ntreeLocalize = NULL |
| void BKE_material_defaults_free_gpu | ( | void | ) |
Definition at line 29 of file stubs.c.
References default_materials, ListBase::first, GPU_material_free(), Material::gpumaterial, and i.
Referenced by GPU_exit(), and GPU_materials_free().
| void IMB_colormanagement_display_to_scene_linear_v3 | ( | float | UNUSEDpixel[3], |
| struct ColorManagedDisplay * | UNUSEDdisplay ) |
| bool IMB_colormanagement_space_is_data | ( | struct ColorSpace * | colorspace | ) |
| bool IMB_colormanagement_space_is_scene_linear | ( | struct ColorSpace * | colorspace | ) |
| void* BKE_image_free_buffers = NULL |
Definition at line 35 of file stubs.c.
Referenced by BKE_image_free_old_gputextures(), BKE_image_replace_imbuf(), BKE_image_signal(), image_blend_read_after_liblink(), image_free_data(), image_load_image_file(), image_rect_update(), and blender::io::fbx::load_texture_image().
| void* BKE_image_get_tile = NULL |
Definition at line 36 of file stubs.c.
Referenced by add_udim_tiles(), BKE_image_get_tile_from_iuser(), BKE_image_get_tile_from_pos(), BKE_image_packfiles_from_mem(), BKE_image_signal(), ED_image_undo_push(), image_acquire_ibuf(), image_get_gpu_texture(), image_rect_update(), image_save_post(), blender::bke::image::partial_update::ImageTileData::init_data(), blender::eevee::LookdevWorld::LookdevWorld(), blender::bke::image::partial_update::ImagePartialUpdateTest::SetUp(), and uiTemplateImage().
| void* BKE_image_get_tile_from_iuser = NULL |
Definition at line 37 of file stubs.c.
Referenced by BKE_image_update_gputexture(), image_init_after_load(), and image_quick_test().
| void* BKE_tempdir_session | ( | ) | = NULL |
Path to temporary directory (with trailing slash)
Definition at line 38 of file stubs.c.
Referenced by BKE_memfile_undo_encode(), BKE_modifier_path_init(), BKE_modifier_path_relbase(), bpy_app_tempdir_get(), blender::io::usd::create_temp_path_for_usdz_export(), blender::io::usd::export_endjob_usdz_cleanup(), blender::io::obj::ObjExporterWriterTest::get_temp_obj_filename(), blender::io::ply::PLYExportTest::get_temp_ply_filename(), blender::io::usd::image_cache_file_path(), ptcache_path(), blender::io::usd::temp_textures_dir(), blender::io::hydra::USDSceneDelegate::USDSceneDelegate(), blender::asset_system::tests::AssetLibraryServiceTest::use_temp_path(), and blender::asset_system::tests::AssetLibraryTestBase::use_temp_path().
| int G |
Defined in blender.cc
| void* ntreeGPUMaterialNodes = NULL |
Definition at line 42 of file stubs.c.
Referenced by GPU_material_from_nodetree().