Home
last modified time | relevance | path

Searched refs:input_memory (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/UnitTests/VideoCommon/
H A DVertexLoaderTest.cpp42 static u8 input_memory[16 * 1024 * 1024]; variable
50 memset(input_memory, 0, sizeof(input_memory)); in SetUp()
51 memset(output_memory, 0xFF, sizeof(input_memory)); in SetUp()
97 m_src = DataReader(input_memory, input_memory + sizeof(input_memory)); in ResetPointers()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/libtests/
H A Dpngstest.c581 png_voidp input_memory; member
635 if (image->input_memory != NULL) in freeimage()
637 free(image->input_memory); in freeimage()
638 image->input_memory = NULL; in freeimage()
2946 if (image->input_memory != NULL) in read_file()
2948 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3076 image->input_memory = b; in read_one_file()
3241 output->input_memory = malloc(size); in write_one_file()
3243 if (output->input_memory != NULL) in write_one_file()
3247 if (png_image_write_to_memory(&image->image, output->input_memory, in write_one_file()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c580 png_voidp input_memory; member
634 if (image->input_memory != NULL) in freeimage()
636 free(image->input_memory); in freeimage()
637 image->input_memory = NULL; in freeimage()
2956 if (image->input_memory != NULL) in read_file()
2958 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3086 image->input_memory = b; in read_one_file()
3251 output->input_memory = malloc(size); in write_one_file()
3253 if (output->input_memory != NULL) in write_one_file()
3257 if (png_image_write_to_memory(&image->image, output->input_memory, in write_one_file()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/libtests/
H A Dpngstest.c580 png_voidp input_memory; member
634 if (image->input_memory != NULL) in freeimage()
636 free(image->input_memory); in freeimage()
637 image->input_memory = NULL; in freeimage()
2955 if (image->input_memory != NULL) in read_file()
2957 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3085 image->input_memory = b; in read_one_file()
3250 output->input_memory = malloc(size); in write_one_file()
3252 if (output->input_memory != NULL) in write_one_file()
3256 if (png_image_write_to_memory(&image->image, output->input_memory, in write_one_file()
[all …]
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/libtests/
H A Dpngstest.c580 png_voidp input_memory; member
634 if (image->input_memory != NULL) in freeimage()
636 free(image->input_memory); in freeimage()
637 image->input_memory = NULL; in freeimage()
2956 if (image->input_memory != NULL) in read_file()
2958 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3086 image->input_memory = b; in read_one_file()
3251 output->input_memory = malloc(size); in write_one_file()
3253 if (output->input_memory != NULL) in write_one_file()
3257 if (png_image_write_to_memory(&image->image, output->input_memory, in write_one_file()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c580 png_voidp input_memory; member
634 if (image->input_memory != NULL) in freeimage()
636 free(image->input_memory); in freeimage()
637 image->input_memory = NULL; in freeimage()
2956 if (image->input_memory != NULL) in read_file()
2958 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3086 image->input_memory = b; in read_one_file()
3251 output->input_memory = malloc(size); in write_one_file()
3253 if (output->input_memory != NULL) in write_one_file()
3257 if (png_image_write_to_memory(&image->image, output->input_memory, in write_one_file()
[all …]
/dports/graphics/png/libpng-1.6.37/contrib/libtests/
H A Dpngstest.c580 png_voidp input_memory; member
634 if (image->input_memory != NULL) in freeimage()
636 free(image->input_memory); in freeimage()
637 image->input_memory = NULL; in freeimage()
2955 if (image->input_memory != NULL) in read_file()
2957 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3085 image->input_memory = b; in read_one_file()
3250 output->input_memory = malloc(size); in write_one_file()
3252 if (output->input_memory != NULL) in write_one_file()
3256 if (png_image_write_to_memory(&image->image, output->input_memory, in write_one_file()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/libtests/
H A Dpngstest.c555 png_voidp input_memory; member
609 if (image->input_memory != NULL) in freeimage()
611 free(image->input_memory); in freeimage()
612 image->input_memory = NULL; in freeimage()
2913 if (image->input_memory != NULL) in read_file()
2915 if (!png_image_begin_read_from_memory(&image->image, image->input_memory, in read_file()
3043 image->input_memory = b; in read_one_file()
3230 image->input_memory = NULL; in testimage()