Blender  V3.3
Classes | Namespaces | Functions | Variables
image_partial_update_test.cc File Reference
#include "testing/testing.h"
#include "CLG_log.h"
#include "BKE_appdir.h"
#include "BKE_global.h"
#include "BKE_idtype.h"
#include "BKE_image.h"
#include "BKE_image_partial_update.hh"
#include "BKE_main.h"
#include "IMB_imbuf.h"
#include "IMB_moviecache.h"
#include "DNA_image_types.h"
#include "MEM_guardedalloc.h"

Go to the source code of this file.

Classes

class  blender::bke::image::partial_update::ImagePartialUpdateTest
 

Namespaces

 blender
 
 blender::bke
 
 blender::bke::image
 
 blender::bke::image::partial_update
 

Functions

 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, mark_full_update)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, mark_single_tile)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, mark_unconnected_tiles)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, donot_mark_outside_image)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, mark_inside_image)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, sequential_mark_region)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, mark_multiple_chunks)
 
 blender::bke::image::partial_update::TEST_F (ImagePartialUpdateTest, iterator)
 

Variables

constexpr float blender::bke::image::partial_update::black_color [4] = {0.0f, 0.0f, 0.0f, 1.0f}