Blender  V3.3
Namespaces | Functions
COM_BufferArea_test.cc File Reference
#include "testing/testing.h"
#include "COM_BufferArea.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::compositor
 
 blender::compositor::tests
 

Functions

static rcti blender::compositor::tests::create_rect (int width, int height)
 
static rcti blender::compositor::tests::create_rect (int width, int height, int offset)
 
 blender::compositor::tests::TEST (BufferArea, BufferConstructor)
 
 blender::compositor::tests::TEST (BufferArea, AreaConstructor)
 
static void blender::compositor::tests::fill_buffer_with_indexes (float *buf, int buf_len)
 
static void blender::compositor::tests::test_single_elem_iteration (float *buffer, BufferArea< float > area)
 
static void blender::compositor::tests::test_full_buffer_iteration (float *buf, int buf_width, int buf_len, int num_channels, BufferArea< float > area)
 
 blender::compositor::tests::TEST (BufferArea, SingleElemBufferIteration)
 
 blender::compositor::tests::TEST (BufferArea, FullBufferIteration)