Home
last modified time | relevance | path

Searched refs:rgbFormats (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/oss-fuzz/
H A Davif_decode_fuzzer.cc8 static avifRGBFormat rgbFormats[] = { AVIF_RGB_FORMAT_RGB, AVIF_RGB_FORMAT_RGBA }; in LLVMFuzzerTestOneInput() local
9 static size_t rgbFormatsCount = sizeof(rgbFormats) / sizeof(rgbFormats[0]); in LLVMFuzzerTestOneInput()
35 rgb.format = rgbFormats[rgbFormatsIndex]; in LLVMFuzzerTestOneInput()
/dports/graphics/libavif/libavif-0.9.3/tests/oss-fuzz/
H A Davif_decode_fuzzer.cc8 static avifRGBFormat rgbFormats[] = { AVIF_RGB_FORMAT_RGB, AVIF_RGB_FORMAT_RGBA }; in LLVMFuzzerTestOneInput() local
9 static size_t rgbFormatsCount = sizeof(rgbFormats) / sizeof(rgbFormats[0]); in LLVMFuzzerTestOneInput()
48 rgb.format = rgbFormats[rgbFormatsIndex]; in LLVMFuzzerTestOneInput()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_copy_image/
H A Dformat-swizzle.c165 static const GLenum rgbFormats[] = { in piglit_init() local
201 for (sf = 0; sf < ARRAY_SIZE(rgbFormats); sf++) { in piglit_init()
202 for (df = 0; df < ARRAY_SIZE(rgbFormats); df++) { in piglit_init()
204 rgbFormats[sf], in piglit_init()
206 rgbFormats[df], in piglit_init()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dtexenv.c131 #define NUM_RGB_FORMATS (sizeof(rgbFormats) / sizeof(rgbFormats[0]))
132 struct formatInfo rgbFormats[] = variable
170 { rgbFormats, 0, NUM_RGB_FORMATS },
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dtexenv.c131 #define NUM_RGB_FORMATS (sizeof(rgbFormats) / sizeof(rgbFormats[0]))
132 struct formatInfo rgbFormats[] = variable
170 { rgbFormats, 0, NUM_RGB_FORMATS },
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/
H A Davifyuv.c293 … avifRGBFormat rgbFormats[6] = { AVIF_RGB_FORMAT_RGB, AVIF_RGB_FORMAT_RGBA, AVIF_RGB_FORMAT_ARGB, in main() local
296 avifRGBFormat rgbFormat = rgbFormats[rgbFormatIndex]; in main()
/dports/graphics/libavif/libavif-0.9.3/tests/
H A Davifyuv.c333 …const avifRGBFormat rgbFormats[6] = { AVIF_RGB_FORMAT_RGB, AVIF_RGB_FORMAT_RGBA, AVIF_RGB_FORMAT_A… in main() local
336 avifRGBFormat rgbFormat = rgbFormats[rgbFormatIndex]; in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp819 static const RGBFormat rgbFormats[] = in ReadDDSFile() local
865 for ( unsigned int i = 0; i < sizeof ( rgbFormats ) / sizeof ( RGBFormat ); i++ ) in ReadDDSFile()
867 const RGBFormat& f = rgbFormats[ i ]; in ReadDDSFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp498 static const RGBFormat rgbFormats[] =
540 for ( unsigned int i = 0; i < sizeof ( rgbFormats ) / sizeof ( RGBFormat ); i++ )
542 const RGBFormat& f = rgbFormats[ i ];