#include "testing/testing.h"
#include "COM_BufferArea.h"
Go to the source code of this file.
|
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) |
|