MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / setProcessor

Method setProcessor

tests/gpu/GPUUnitTest.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void OCIOGPUTest::setProcessor(OCIO::TransformRcPtr transform)
138{
139 OCIO::ConfigRcPtr config = OCIO::Config::Create();
140 config->setProcessorCacheFlags(OCIO::PROCESSOR_CACHE_OFF);
141 setProcessor(config, transform);
142}
143
144void OCIOGPUTest::setProcessor(OCIO::ConstConfigRcPtr config,
145 OCIO::TransformRcPtr transform)

Callers 15

GradingHueCurveLogFunction · 0.80
HueCurveLinFunction · 0.80
DrawCurveFunction · 0.80
BypassRGBtoHSYFunction · 0.80
GradingToneLogMidtonesFunction · 0.80
GradingToneLogHighlightsFunction · 0.80
GradingToneVideoShadowsFunction · 0.80
GradingToneVideoWhitesFunction · 0.80
GradingToneLogBlacksFunction · 0.80
GradingToneLogSContrastFunction · 0.80
GradingToneLinMidtonesFunction · 0.80
OCIO_ADD_GPU_TESTFunction · 0.80

Calls 3

getProcessorMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected