Blender  V3.3
Functions | Variables
intern/ghost/test/multitest/stubs.c File Reference
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "IMB_imbuf.h"

Go to the source code of this file.

Functions

void IMB_freeImBuf (struct ImBuf *UNUSED(ibuf))
 
void IMB_colormanagement_display_to_scene_linear_v3 (float UNUSED(pixel[3]), struct ColorManagedDisplay *UNUSED(display))
 
bool IMB_colormanagement_space_is_scene_linear (struct ColorSpace *colorspace)
 
bool IMB_colormanagement_space_is_data (struct ColorSpace *colorspace)
 
void BKE_material_defaults_free_gpu (void)
 

Variables

int G
 
voidBKE_image_free_buffers = NULL
 
voidBKE_image_get_tile = NULL
 
voidBKE_image_get_tile_from_iuser = NULL
 
voidBKE_tempdir_session = NULL
 
voidDRW_deferred_shader_remove = NULL
 
voiddatatoc_common_view_lib_glsl = NULL
 
voidntreeFreeLocalTree = NULL
 
voidntreeGPUMaterialNodes = NULL
 
voidntreeLocalize = NULL
 

Function Documentation

◆ BKE_material_defaults_free_gpu()

void BKE_material_defaults_free_gpu ( void  )

◆ IMB_colormanagement_display_to_scene_linear_v3()

void IMB_colormanagement_display_to_scene_linear_v3 ( float   UNUSEDpixel[3],
struct ColorManagedDisplay UNUSEDdisplay 
)

Definition at line 15 of file intern/ghost/test/multitest/stubs.c.

◆ IMB_colormanagement_space_is_data()

bool IMB_colormanagement_space_is_data ( struct ColorSpace colorspace)

◆ IMB_colormanagement_space_is_scene_linear()

bool IMB_colormanagement_space_is_scene_linear ( struct ColorSpace colorspace)

◆ IMB_freeImBuf()

void IMB_freeImBuf ( struct ImBuf UNUSEDibuf)

Definition at line 12 of file intern/ghost/test/multitest/stubs.c.

Variable Documentation

◆ BKE_image_free_buffers

void* BKE_image_free_buffers = NULL

◆ BKE_image_get_tile

void* BKE_image_get_tile = NULL

◆ BKE_image_get_tile_from_iuser

void* BKE_image_get_tile_from_iuser = NULL

Definition at line 40 of file intern/ghost/test/multitest/stubs.c.

Referenced by BKE_image_update_gputexture().

◆ BKE_tempdir_session

void* BKE_tempdir_session ( void  ) = NULL

◆ datatoc_common_view_lib_glsl

void* datatoc_common_view_lib_glsl = NULL

Definition at line 43 of file intern/ghost/test/multitest/stubs.c.

◆ DRW_deferred_shader_remove

void* DRW_deferred_shader_remove = NULL

Definition at line 42 of file intern/ghost/test/multitest/stubs.c.

Referenced by GPU_material_free().

◆ G

int G

Defined in blender.c

Definition at line 35 of file intern/ghost/test/multitest/stubs.c.

◆ ntreeFreeLocalTree

void* ntreeFreeLocalTree = NULL

◆ ntreeGPUMaterialNodes

void* ntreeGPUMaterialNodes = NULL

Definition at line 45 of file intern/ghost/test/multitest/stubs.c.

Referenced by GPU_material_from_nodetree().

◆ ntreeLocalize

void* ntreeLocalize = NULL