Home
last modified time | relevance | path

Searched refs:fillChannels (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRUtilTest/
H A DtestFlatImage.cpp208 fillChannels (Rand48 &random, FlatImageLevel &level) in fillChannels() function
236 fillChannels (Rand48 &random, FlatImage &img) in fillChannels() function
243 fillChannels (random, img.level()); in fillChannels()
252 fillChannels (random, img.level (x)); in fillChannels()
264 fillChannels (random, img.level (x, y)); in fillChannels()
298 fillChannels (random, img1); in testScanLineImage()
347 fillChannels (random, img1); in testTiledImage()
403 fillChannels (random, img1); in testShiftPixels()
408 fillChannels (random, img2); in testShiftPixels()
432 fillChannels (random, img1); in testCropping()
H A DtestDeepImage.cpp244 fillChannels (Rand48 &random, DeepImageLevel &level) in fillChannels() function
275 fillChannels (Rand48 &random, DeepImage &img) in fillChannels() function
282 fillChannels (random, img.level()); in fillChannels()
291 fillChannels (random, img.level (x)); in fillChannels()
303 fillChannels (random, img.level (x, y)); in fillChannels()
335 fillChannels (random, img1); in testScanLineImage()
384 fillChannels (random, img1); in testTiledImage()
503 fillChannels (random, img1); in testShiftPixels()
508 fillChannels (random, img2); in testShiftPixels()
532 fillChannels (random, img1); in testCropping()
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestDeepScanLineBasic.cpp299 int fillChannels=random_int(3); in readFile() local
301 Array<Array2D< void* > > data(channelCount+fillChannels); in readFile()
302 for (int i = 0; i < channelCount+fillChannels; i++) in readFile()
365 for(int i = 0 ; i < fillChannels ; ++i ) in readFile()
412 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
451 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
516 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
H A DtestDeepTiledBasic.cpp415 int fillChannels=random_int(3); in readFile() local
417 Array<Array2D< void* > > data(channelCount+fillChannels); in readFile()
418 for (int i = 0; i < channelCount+fillChannels; i++) in readFile()
486 for(int i = 0 ; i < fillChannels ; ++i ) in readFile()
554 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
597 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
643 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
675 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()
738 for( int f = 0 ; f < fillChannels ; ++f ) in readFile()