Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/mesh/
H A Dbinarymeshfilereader.cpp72 checked_read(file, version); in read()
126 checked_read(reader, length); in read_string()
175 checked_read(reader, count); in read_vertices()
180 checked_read(reader, v); in read_vertices()
189 checked_read(reader, count); in read_vertex_normals()
194 checked_read(reader, v); in read_vertex_normals()
203 checked_read(reader, count); in read_texture_coordinates()
208 checked_read(reader, v); in read_texture_coordinates()
216 checked_read(reader, count); in read_material_slots()
228 checked_read(reader, count); in read_faces()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/curve/
H A Dbinarycurvefilereader.cpp71 checked_read(file, version); in read()
100 checked_read(file, signature, sizeof(signature)); in read_and_check_signature()
117 checked_read(reader, curve_basis); in read_curves()
118 checked_read(reader, curve_count); in read_curves()
151 checked_read(reader, vertex_count); in read_curve()
156 checked_read(reader, v); in read_curve()
163 checked_read(reader, v); in read_curve()
170 checked_read(reader, v); in read_curve()
177 checked_read(reader, v); in read_curve()
H A Dmitshairfilereader.cpp86 checked_read(file, signature, sizeof(signature)); in read_and_check_signature()
100 checked_read(reader, vertex_count); in read_curves()
115 checked_read(reader, x); in read_curves()
165 checked_read(reader, yz); in read_curves()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dbufferedfile.h215 void checked_read(File& file, void* outbuf, const size_t size);
219 void checked_read(File& file, T& object);
485 inline void checked_read(File& file, void* outbuf, const size_t size) in checked_read() function
500 inline void checked_read(File& file, T& object) in checked_read() function
502 checked_read(file, &object, sizeof(T)); in checked_read()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimageinout_test.cpp95 checked_read(ImageInput* in, string_view filename, in checked_read() function
183 ok &= checked_read(in.get(), memname, readpixels, true); in test_read_proxy()
301 ok = checked_read(in.get(), filename, pixels); in test_all_formats()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimageinout_test.cpp95 checked_read(ImageInput* in, string_view filename, in checked_read() function
183 ok &= checked_read(in.get(), memname, readpixels, true); in test_read_proxy()
301 ok = checked_read(in.get(), filename, pixels); in test_all_formats()
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dstate.h130 int checked_read; /**< If the state was read and checked. */ member
H A Dstate.c143 state->checked_read = 0; in state_init()
3835 state->checked_read = 1; in state_read()
4072 state->checked_read = 0; /* what we wrote is not checked in read */ in state_write()