|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void | OCIO_init (void) |
| void | OCIO_exit (void) |
| OCIO_ConstConfigRcPtr * | OCIO_getCurrentConfig (void) |
| OCIO_ConstConfigRcPtr * | OCIO_configCreateFallback (void) |
| void | OCIO_setCurrentConfig (const OCIO_ConstConfigRcPtr *config) |
| OCIO_ConstConfigRcPtr * | OCIO_configCreateFromEnv (void) |
| OCIO_ConstConfigRcPtr * | OCIO_configCreateFromFile (const char *filename) |
| void | OCIO_configRelease (OCIO_ConstConfigRcPtr *config) |
| int | OCIO_configGetNumColorSpaces (OCIO_ConstConfigRcPtr *config) |
| const char * | OCIO_configGetColorSpaceNameByIndex (OCIO_ConstConfigRcPtr *config, int index) |
| OCIO_ConstColorSpaceRcPtr * | OCIO_configGetColorSpace (OCIO_ConstConfigRcPtr *config, const char *name) |
| int | OCIO_configGetIndexForColorSpace (OCIO_ConstConfigRcPtr *config, const char *name) |
| const char * | OCIO_configGetDefaultDisplay (OCIO_ConstConfigRcPtr *config) |
| int | OCIO_configGetNumDisplays (OCIO_ConstConfigRcPtr *config) |
| const char * | OCIO_configGetDisplay (OCIO_ConstConfigRcPtr *config, int index) |
| const char * | OCIO_configGetDefaultView (OCIO_ConstConfigRcPtr *config, const char *display) |
| int | OCIO_configGetNumViews (OCIO_ConstConfigRcPtr *config, const char *display) |
| const char * | OCIO_configGetView (OCIO_ConstConfigRcPtr *config, const char *display, int index) |
| const char * | OCIO_configGetDisplayColorSpaceName (OCIO_ConstConfigRcPtr *config, const char *display, const char *view) |
| void | OCIO_configGetDefaultLumaCoefs (OCIO_ConstConfigRcPtr *config, float *rgb) |
| void | OCIO_configGetXYZtoRGB (OCIO_ConstConfigRcPtr *config, float xyz_to_rgb[3][3]) |
| int | OCIO_configGetNumLooks (OCIO_ConstConfigRcPtr *config) |
| const char * | OCIO_configGetLookNameByIndex (OCIO_ConstConfigRcPtr *config, int index) |
| OCIO_ConstLookRcPtr * | OCIO_configGetLook (OCIO_ConstConfigRcPtr *config, const char *name) |
| const char * | OCIO_lookGetProcessSpace (OCIO_ConstLookRcPtr *look) |
| void | OCIO_lookRelease (OCIO_ConstLookRcPtr *look) |
| int | OCIO_colorSpaceIsInvertible (OCIO_ConstColorSpaceRcPtr *cs) |
| int | OCIO_colorSpaceIsData (OCIO_ConstColorSpaceRcPtr *cs) |
| void | OCIO_colorSpaceIsBuiltin (OCIO_ConstConfigRcPtr *config, OCIO_ConstColorSpaceRcPtr *cs, bool *is_scene_linear, bool *is_srgb) |
| void | OCIO_colorSpaceRelease (OCIO_ConstColorSpaceRcPtr *cs) |
| OCIO_ConstProcessorRcPtr * | OCIO_configGetProcessorWithNames (OCIO_ConstConfigRcPtr *config, const char *srcName, const char *dstName) |
| void | OCIO_processorRelease (OCIO_ConstProcessorRcPtr *processor) |
| OCIO_ConstCPUProcessorRcPtr * | OCIO_processorGetCPUProcessor (OCIO_ConstProcessorRcPtr *processor) |
| void | OCIO_cpuProcessorApply (OCIO_ConstCPUProcessorRcPtr *cpu_processor, OCIO_PackedImageDesc *img) |
| void | OCIO_cpuProcessorApply_predivide (OCIO_ConstCPUProcessorRcPtr *cpu_processor, OCIO_PackedImageDesc *img) |
| void | OCIO_cpuProcessorApplyRGB (OCIO_ConstCPUProcessorRcPtr *cpu_processor, float *pixel) |
| void | OCIO_cpuProcessorApplyRGBA (OCIO_ConstCPUProcessorRcPtr *cpu_processor, float *pixel) |
| void | OCIO_cpuProcessorApplyRGBA_predivide (OCIO_ConstCPUProcessorRcPtr *processor, float *pixel) |
| void | OCIO_cpuProcessorRelease (OCIO_ConstCPUProcessorRcPtr *cpu_processor) |
| const char * | OCIO_colorSpaceGetName (OCIO_ConstColorSpaceRcPtr *cs) |
| const char * | OCIO_colorSpaceGetDescription (OCIO_ConstColorSpaceRcPtr *cs) |
| const char * | OCIO_colorSpaceGetFamily (OCIO_ConstColorSpaceRcPtr *cs) |
| OCIO_ConstProcessorRcPtr * | OCIO_createDisplayProcessor (OCIO_ConstConfigRcPtr *config, const char *input, const char *view, const char *display, const char *look, const float scale, const float exponent) |
| OCIO_PackedImageDesc * | OCIO_createOCIO_PackedImageDesc (float *data, long width, long height, long numChannels, long chanStrideBytes, long xStrideBytes, long yStrideBytes) |
| void | OCIO_PackedImageDescRelease (OCIO_PackedImageDesc *id) |
| bool | OCIO_supportGPUShader () |
| bool | OCIO_gpuDisplayShaderBind (OCIO_ConstConfigRcPtr *config, const char *input, const char *view, const char *display, const char *look, OCIO_CurveMappingSettings *curve_mapping_settings, const float scale, const float exponent, const float dither, const bool use_predivide, const bool use_overlay) |
| void | OCIO_gpuDisplayShaderUnbind (void) |
| void | OCIO_gpuCacheFree (void) |
| const char * | OCIO_getVersionString (void) |
| int | OCIO_getVersionHex (void) |
Variables | |
| static IOCIOImpl * | impl = NULL |
| const char* OCIO_colorSpaceGetDescription | ( | OCIO_ConstColorSpaceRcPtr * | cs | ) |
Definition at line 243 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceGetDescription(), and impl.
Referenced by colormanage_load_config().
| const char* OCIO_colorSpaceGetFamily | ( | OCIO_ConstColorSpaceRcPtr * | cs | ) |
Definition at line 248 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceGetFamily(), and impl.
| const char* OCIO_colorSpaceGetName | ( | OCIO_ConstColorSpaceRcPtr * | cs | ) |
Definition at line 238 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceGetName(), and impl.
Referenced by colormanage_role_color_space_name_get().
| void OCIO_colorSpaceIsBuiltin | ( | OCIO_ConstConfigRcPtr * | config, |
| OCIO_ConstColorSpaceRcPtr * | cs, | ||
| bool * | is_scene_linear, | ||
| bool * | is_srgb | ||
| ) |
Definition at line 177 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceIsBuiltin(), and impl.
Referenced by colormanage_ensure_srgb_scene_linear_info().
| int OCIO_colorSpaceIsData | ( | OCIO_ConstColorSpaceRcPtr * | cs | ) |
Definition at line 172 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceIsData(), and impl.
Referenced by colormanage_load_config().
| int OCIO_colorSpaceIsInvertible | ( | OCIO_ConstColorSpaceRcPtr * | cs | ) |
Definition at line 167 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceIsInvertible(), and impl.
Referenced by colormanage_load_config().
| void OCIO_colorSpaceRelease | ( | OCIO_ConstColorSpaceRcPtr * | cs | ) |
Definition at line 185 of file ocio_capi.cc.
References IOCIOImpl::colorSpaceRelease(), and impl.
Referenced by colormanage_ensure_srgb_scene_linear_info(), colormanage_load_config(), and colormanage_role_color_space_name_get().
| OCIO_ConstConfigRcPtr* OCIO_configCreateFallback | ( | void | ) |
Definition at line 46 of file ocio_capi.cc.
References IOCIOImpl::getCurrentConfig(), and impl.
Referenced by colormanagement_init().
| OCIO_ConstConfigRcPtr* OCIO_configCreateFromEnv | ( | void | ) |
Definition at line 59 of file ocio_capi.cc.
References IOCIOImpl::configCreateFromEnv(), and impl.
Referenced by colormanagement_init().
| OCIO_ConstConfigRcPtr* OCIO_configCreateFromFile | ( | const char * | filename | ) |
Definition at line 64 of file ocio_capi.cc.
References IOCIOImpl::configCreateFromFile(), and impl.
Referenced by colormanagement_init().
| OCIO_ConstColorSpaceRcPtr* OCIO_configGetColorSpace | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | name | ||
| ) |
Definition at line 84 of file ocio_capi.cc.
References IOCIOImpl::configGetColorSpace(), and impl.
Referenced by colormanage_ensure_srgb_scene_linear_info(), colormanage_load_config(), and colormanage_role_color_space_name_get().
| const char* OCIO_configGetColorSpaceNameByIndex | ( | OCIO_ConstConfigRcPtr * | config, |
| int | index | ||
| ) |
Definition at line 79 of file ocio_capi.cc.
References IOCIOImpl::configGetColorSpaceNameByIndex(), and impl.
Referenced by colormanage_load_config().
| const char* OCIO_configGetDefaultDisplay | ( | OCIO_ConstConfigRcPtr * | config | ) |
Definition at line 95 of file ocio_capi.cc.
References IOCIOImpl::configGetDefaultDisplay(), and impl.
Referenced by colormanage_display_get_default_name().
| void OCIO_configGetDefaultLumaCoefs | ( | OCIO_ConstConfigRcPtr * | config, |
| float * | rgb | ||
| ) |
Definition at line 132 of file ocio_capi.cc.
References IOCIOImpl::configGetDefaultLumaCoefs(), and impl.
Referenced by colormanage_load_config().
| const char* OCIO_configGetDefaultView | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | display | ||
| ) |
Definition at line 110 of file ocio_capi.cc.
References IOCIOImpl::configGetDefaultView(), and impl.
Referenced by colormanage_view_get_default_name().
| const char* OCIO_configGetDisplay | ( | OCIO_ConstConfigRcPtr * | config, |
| int | index | ||
| ) |
Definition at line 105 of file ocio_capi.cc.
References IOCIOImpl::configGetDisplay(), and impl.
Referenced by colormanage_load_config().
| const char* OCIO_configGetDisplayColorSpaceName | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | display, | ||
| const char * | view | ||
| ) |
Definition at line 125 of file ocio_capi.cc.
References IOCIOImpl::configGetDisplayColorSpaceName(), impl, and view.
Referenced by display_from_scene_linear_processor(), display_to_scene_linear_processor(), and IMB_colormanagement_get_display_colorspace_name().
| int OCIO_configGetIndexForColorSpace | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | name | ||
| ) |
Definition at line 90 of file ocio_capi.cc.
References IOCIOImpl::configGetIndexForColorSpace(), and impl.
| OCIO_ConstLookRcPtr* OCIO_configGetLook | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | name | ||
| ) |
Definition at line 152 of file ocio_capi.cc.
References IOCIOImpl::configGetLook(), and impl.
Referenced by colormanage_load_config().
| const char* OCIO_configGetLookNameByIndex | ( | OCIO_ConstConfigRcPtr * | config, |
| int | index | ||
| ) |
Definition at line 147 of file ocio_capi.cc.
References IOCIOImpl::configGetLookNameByIndex(), and impl.
Referenced by colormanage_load_config().
| int OCIO_configGetNumColorSpaces | ( | OCIO_ConstConfigRcPtr * | config | ) |
Definition at line 74 of file ocio_capi.cc.
References IOCIOImpl::configGetNumColorSpaces(), and impl.
Referenced by colormanage_load_config().
| int OCIO_configGetNumDisplays | ( | OCIO_ConstConfigRcPtr * | config | ) |
Definition at line 100 of file ocio_capi.cc.
References IOCIOImpl::configGetNumDisplays(), and impl.
Referenced by colormanage_load_config().
| int OCIO_configGetNumLooks | ( | OCIO_ConstConfigRcPtr * | config | ) |
Definition at line 142 of file ocio_capi.cc.
References IOCIOImpl::configGetNumLooks(), and impl.
Referenced by colormanage_load_config().
| int OCIO_configGetNumViews | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | display | ||
| ) |
Definition at line 115 of file ocio_capi.cc.
References IOCIOImpl::configGetNumViews(), and impl.
Referenced by colormanage_load_config().
| OCIO_ConstProcessorRcPtr* OCIO_configGetProcessorWithNames | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | srcName, | ||
| const char * | dstName | ||
| ) |
Definition at line 190 of file ocio_capi.cc.
References IOCIOImpl::configGetProcessorWithNames(), and impl.
Referenced by create_colorspace_transform_processor(), display_from_scene_linear_processor(), display_to_scene_linear_processor(), and getGPUDisplayShader().
| const char* OCIO_configGetView | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | display, | ||
| int | index | ||
| ) |
Definition at line 120 of file ocio_capi.cc.
References IOCIOImpl::configGetView(), and impl.
Referenced by colormanage_load_config().
| void OCIO_configGetXYZtoRGB | ( | OCIO_ConstConfigRcPtr * | config, |
| float | xyz_to_rgb[3][3] | ||
| ) |
Definition at line 137 of file ocio_capi.cc.
References IOCIOImpl::configGetXYZtoRGB(), impl, and xyz_to_rgb().
Referenced by colormanage_load_config().
| void OCIO_configRelease | ( | OCIO_ConstConfigRcPtr * | config | ) |
Definition at line 69 of file ocio_capi.cc.
References IOCIOImpl::configRelease(), and impl.
Referenced by colormanage_display_get_default_name(), colormanage_ensure_srgb_scene_linear_info(), colormanage_view_get_default_name(), colormanagement_init(), create_colorspace_transform_processor(), create_display_buffer_processor(), display_from_scene_linear_processor(), display_to_scene_linear_processor(), IMB_colormanagement_get_display_colorspace_name(), and IMB_colormanagement_setup_glsl_draw_from_space().
| void OCIO_cpuProcessorApply | ( | OCIO_ConstCPUProcessorRcPtr * | cpu_processor, |
| OCIO_PackedImageDesc * | img | ||
| ) |
Definition at line 207 of file ocio_capi.cc.
References IOCIOImpl::cpuProcessorApply(), and impl.
Referenced by IMB_colormanagement_colorspace_to_scene_linear(), and IMB_colormanagement_processor_apply().
| void OCIO_cpuProcessorApply_predivide | ( | OCIO_ConstCPUProcessorRcPtr * | cpu_processor, |
| OCIO_PackedImageDesc * | img | ||
| ) |
Definition at line 212 of file ocio_capi.cc.
References IOCIOImpl::cpuProcessorApply_predivide(), and impl.
Referenced by IMB_colormanagement_colorspace_to_scene_linear(), and IMB_colormanagement_processor_apply().
| void OCIO_cpuProcessorApplyRGB | ( | OCIO_ConstCPUProcessorRcPtr * | cpu_processor, |
| float * | pixel | ||
| ) |
Definition at line 218 of file ocio_capi.cc.
References IOCIOImpl::cpuProcessorApplyRGB(), and impl.
Referenced by IMB_colormanagement_color_picking_to_scene_linear_v3(), IMB_colormanagement_colorspace_to_scene_linear_v3(), IMB_colormanagement_display_to_scene_linear_v3(), IMB_colormanagement_imbuf_to_byte_texture(), IMB_colormanagement_processor_apply_v3(), IMB_colormanagement_scene_linear_to_color_picking_v3(), IMB_colormanagement_scene_linear_to_colorspace_v3(), and IMB_colormanagement_scene_linear_to_display_v3().
| void OCIO_cpuProcessorApplyRGBA | ( | OCIO_ConstCPUProcessorRcPtr * | cpu_processor, |
| float * | pixel | ||
| ) |
Definition at line 223 of file ocio_capi.cc.
References IOCIOImpl::cpuProcessorApplyRGBA(), and impl.
Referenced by IMB_colormanagement_colorspace_to_scene_linear_v4(), and IMB_colormanagement_processor_apply_v4().
| void OCIO_cpuProcessorApplyRGBA_predivide | ( | OCIO_ConstCPUProcessorRcPtr * | processor, |
| float * | pixel | ||
| ) |
Definition at line 228 of file ocio_capi.cc.
References IOCIOImpl::cpuProcessorApplyRGBA_predivide(), and impl.
Referenced by IMB_colormanagement_colorspace_to_scene_linear_v4(), and IMB_colormanagement_processor_apply_v4_predivide().
| void OCIO_cpuProcessorRelease | ( | OCIO_ConstCPUProcessorRcPtr * | cpu_processor | ) |
Definition at line 233 of file ocio_capi.cc.
References IOCIOImpl::cpuProcessorRelease(), and impl.
Referenced by colormanage_free_config(), colormanagement_exit(), and IMB_colormanagement_processor_free().
| OCIO_ConstProcessorRcPtr* OCIO_createDisplayProcessor | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | input, | ||
| const char * | view, | ||
| const char * | display, | ||
| const char * | look, | ||
| const float | scale, | ||
| const float | exponent | ||
| ) |
Definition at line 253 of file ocio_capi.cc.
References IOCIOImpl::createDisplayProcessor(), impl, and view.
Referenced by create_display_buffer_processor(), and getGPUDisplayShader().
| OCIO_PackedImageDesc* OCIO_createOCIO_PackedImageDesc | ( | float * | data, |
| long | width, | ||
| long | height, | ||
| long | numChannels, | ||
| long | chanStrideBytes, | ||
| long | xStrideBytes, | ||
| long | yStrideBytes | ||
| ) |
Definition at line 264 of file ocio_capi.cc.
References IOCIOImpl::createOCIO_PackedImageDesc(), data, height, impl, and width.
Referenced by IMB_colormanagement_colorspace_to_scene_linear(), and IMB_colormanagement_processor_apply().
| void OCIO_exit | ( | void | ) |
Definition at line 35 of file ocio_capi.cc.
Referenced by colormanage_free_config().
| OCIO_ConstConfigRcPtr* OCIO_getCurrentConfig | ( | void | ) |
Definition at line 41 of file ocio_capi.cc.
References IOCIOImpl::getCurrentConfig(), and impl.
Referenced by colormanage_display_get_default_name(), colormanage_ensure_srgb_scene_linear_info(), colormanage_view_get_default_name(), create_colorspace_transform_processor(), create_display_buffer_processor(), display_from_scene_linear_processor(), display_to_scene_linear_processor(), IMB_colormanagement_get_display_colorspace_name(), and IMB_colormanagement_setup_glsl_draw_from_space().
| int OCIO_getVersionHex | ( | void | ) |
Definition at line 326 of file ocio_capi.cc.
References IOCIOImpl::getVersionHex(), and impl.
Referenced by make_ocio_info().
| const char* OCIO_getVersionString | ( | void | ) |
Definition at line 321 of file ocio_capi.cc.
References IOCIOImpl::getVersionString(), and impl.
| void OCIO_gpuCacheFree | ( | void | ) |
Definition at line 316 of file ocio_capi.cc.
References IOCIOImpl::gpuCacheFree(), and impl.
Referenced by colormanagement_exit().
| bool OCIO_gpuDisplayShaderBind | ( | OCIO_ConstConfigRcPtr * | config, |
| const char * | input, | ||
| const char * | view, | ||
| const char * | display, | ||
| const char * | look, | ||
| OCIO_CurveMappingSettings * | curve_mapping_settings, | ||
| const float | scale, | ||
| const float | exponent, | ||
| const float | dither, | ||
| const bool | use_predivide, | ||
| const bool | use_overlay | ||
| ) |
Definition at line 286 of file ocio_capi.cc.
References IOCIOImpl::gpuDisplayShaderBind(), impl, and view.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| void OCIO_gpuDisplayShaderUnbind | ( | void | ) |
Definition at line 311 of file ocio_capi.cc.
References IOCIOImpl::gpuDisplayShaderUnbind(), and impl.
Referenced by IMB_colormanagement_finish_glsl_draw().
| void OCIO_init | ( | void | ) |
| const char* OCIO_lookGetProcessSpace | ( | OCIO_ConstLookRcPtr * | look | ) |
Definition at line 157 of file ocio_capi.cc.
References impl, and IOCIOImpl::lookGetProcessSpace().
Referenced by colormanage_load_config().
| void OCIO_lookRelease | ( | OCIO_ConstLookRcPtr * | look | ) |
Definition at line 162 of file ocio_capi.cc.
References impl, and IOCIOImpl::lookRelease().
Referenced by colormanage_load_config().
| void OCIO_PackedImageDescRelease | ( | OCIO_PackedImageDesc * | id | ) |
Definition at line 276 of file ocio_capi.cc.
References impl, and IOCIOImpl::OCIO_PackedImageDescRelease().
Referenced by IMB_colormanagement_colorspace_to_scene_linear(), and IMB_colormanagement_processor_apply().
| OCIO_ConstCPUProcessorRcPtr* OCIO_processorGetCPUProcessor | ( | OCIO_ConstProcessorRcPtr * | processor | ) |
Definition at line 202 of file ocio_capi.cc.
References impl, and IOCIOImpl::processorGetCPUProcessor().
Referenced by colorspace_from_scene_linear_cpu_processor(), colorspace_to_scene_linear_cpu_processor(), create_display_buffer_processor(), display_from_scene_linear_processor(), display_to_scene_linear_processor(), IMB_colormanagement_color_picking_to_scene_linear_v3(), IMB_colormanagement_colorspace_processor_new(), and IMB_colormanagement_scene_linear_to_color_picking_v3().
| void OCIO_processorRelease | ( | OCIO_ConstProcessorRcPtr * | processor | ) |
Definition at line 197 of file ocio_capi.cc.
References impl, and IOCIOImpl::processorRelease().
Referenced by colorspace_from_scene_linear_cpu_processor(), colorspace_to_scene_linear_cpu_processor(), create_display_buffer_processor(), display_from_scene_linear_processor(), display_to_scene_linear_processor(), getGPUDisplayShader(), IMB_colormanagement_color_picking_to_scene_linear_v3(), IMB_colormanagement_colorspace_processor_new(), and IMB_colormanagement_scene_linear_to_color_picking_v3().
| void OCIO_setCurrentConfig | ( | const OCIO_ConstConfigRcPtr * | config | ) |
Definition at line 54 of file ocio_capi.cc.
References impl, and IOCIOImpl::setCurrentConfig().
Referenced by colormanagement_init().
| bool OCIO_supportGPUShader | ( | void | ) |
Definition at line 281 of file ocio_capi.cc.
References impl, and IOCIOImpl::supportGPUShader().
Referenced by IMB_colormanagement_support_glsl_draw().
Definition at line 24 of file ocio_capi.cc.
Referenced by OCIO_colorSpaceGetDescription(), OCIO_colorSpaceGetFamily(), OCIO_colorSpaceGetName(), OCIO_colorSpaceIsBuiltin(), OCIO_colorSpaceIsData(), OCIO_colorSpaceIsInvertible(), OCIO_colorSpaceRelease(), OCIO_configCreateFallback(), OCIO_configCreateFromEnv(), OCIO_configCreateFromFile(), OCIO_configGetColorSpace(), OCIO_configGetColorSpaceNameByIndex(), OCIO_configGetDefaultDisplay(), OCIO_configGetDefaultLumaCoefs(), OCIO_configGetDefaultView(), OCIO_configGetDisplay(), OCIO_configGetDisplayColorSpaceName(), OCIO_configGetIndexForColorSpace(), OCIO_configGetLook(), OCIO_configGetLookNameByIndex(), OCIO_configGetNumColorSpaces(), OCIO_configGetNumDisplays(), OCIO_configGetNumLooks(), OCIO_configGetNumViews(), OCIO_configGetProcessorWithNames(), OCIO_configGetView(), OCIO_configGetXYZtoRGB(), OCIO_configRelease(), OCIO_cpuProcessorApply(), OCIO_cpuProcessorApply_predivide(), OCIO_cpuProcessorApplyRGB(), OCIO_cpuProcessorApplyRGBA(), OCIO_cpuProcessorApplyRGBA_predivide(), OCIO_cpuProcessorRelease(), OCIO_createDisplayProcessor(), OCIO_createOCIO_PackedImageDesc(), OCIO_exit(), OCIO_getCurrentConfig(), OCIO_getVersionHex(), OCIO_getVersionString(), OCIO_gpuCacheFree(), OCIO_gpuDisplayShaderBind(), OCIO_gpuDisplayShaderUnbind(), OCIO_init(), OCIO_lookGetProcessSpace(), OCIO_lookRelease(), OCIO_PackedImageDescRelease(), OCIO_processorGetCPUProcessor(), OCIO_processorRelease(), OCIO_setCurrentConfig(), and OCIO_supportGPUShader().