Blender  V2.93
intern/ghost/test/multitest/stubs.c
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  *
16  * The Original Code is Copyright (C) 2013 Blender Foundation.
17  * All rights reserved.
18  */
19 
20 #include <stdlib.h>
21 
22 #include "BLI_utildefines.h"
23 #include "IMB_imbuf.h"
24 
25 struct ColorSpace;
26 struct ImBuf;
27 
28 void IMB_freeImBuf(struct ImBuf *UNUSED(ibuf))
29 {
30 }
32  struct ColorManagedDisplay *UNUSED(display))
33 {
34 }
35 
37 {
38  return false;
39 }
40 
42 {
43  return false;
44 }
45 
47 {
48 }
49 
50 /* Variables. */
51 int G;
52 
53 /* 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