Blender  V3.3
intern/ghost/test/multitest/stubs.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2013 Blender Foundation. All rights reserved. */
3 
4 #include <stdlib.h>
5 
6 #include "BLI_utildefines.h"
7 #include "IMB_imbuf.h"
8 
9 struct ColorSpace;
10 struct ImBuf;
11 
12 void IMB_freeImBuf(struct ImBuf *UNUSED(ibuf))
13 {
14 }
16  struct ColorManagedDisplay *UNUSED(display))
17 {
18 }
19 
21 {
22  return false;
23 }
24 
26 {
27  return false;
28 }
29 
31 {
32 }
33 
34 /* Variables. */
35 int G;
36 
37 /* Functions which aren't called. */
#define UNUSED(x)
void * BKE_tempdir_session
bool IMB_colormanagement_space_is_scene_linear(struct ColorSpace *colorspace)
void * DRW_deferred_shader_remove
void * BKE_image_free_buffers
void IMB_freeImBuf(struct ImBuf *UNUSED(ibuf))
void IMB_colormanagement_display_to_scene_linear_v3(float UNUSED(pixel[3]), struct ColorManagedDisplay *UNUSED(display))
void * ntreeGPUMaterialNodes
void * BKE_image_get_tile_from_iuser
bool IMB_colormanagement_space_is_data(struct ColorSpace *colorspace)
void BKE_material_defaults_free_gpu(void)
void * datatoc_common_view_lib_glsl