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