|
Blender V4.3
|
#include <cstddef>#include "BLI_utildefines.h"#include "IMB_allocimbuf.hh"#include "IMB_colormanagement_intern.hh"#include "IMB_filetype.hh"#include "IMB_imbuf.hh"Go to the source code of this file.
Functions | |
| void | IMB_init () |
| void | IMB_exit () |
| void IMB_exit | ( | ) |
Definition at line 26 of file module.cc.
References colormanagement_exit(), imb_filetypes_exit(), imb_mmap_lock_exit(), and imb_refcounter_lock_exit().
Referenced by BKE_blender_free(), blender::bke::image::partial_update::ImagePartialUpdateTest::TearDown(), blender::bke::tests::TEST(), blender::bke::tests::TEST(), wm_main_playanim_intern(), and blender::bke::tests::Context< TestData >::~Context().
| void IMB_init | ( | ) |
Definition at line 18 of file module.cc.
References colormanagement_init(), imb_filetypes_init(), imb_mmap_lock_init(), and imb_refcounter_lock_init().
Referenced by blender::bke::tests::Context< TestData >::Context(), main(), blender::bke::image::partial_update::ImagePartialUpdateTest::SetUp(), BlendfileLoadingBaseTest::SetUpTestCase(), blender::bke::tests::TEST(), blender::bke::tests::TEST(), and wm_main_playanim_intern().