Home
last modified time | relevance | path

Searched refs:transfer_func (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-depthstencil.c138 typedef void (*transfer_func)(GLfloat*, GLushort*); typedef
181 static enum piglit_result compare(transfer_func read) in compare()
239 static enum piglit_result test_readpixels(transfer_func read) in test_readpixels()
309 static enum piglit_result test_drawpixels(transfer_func draw, transfer_func read) in test_drawpixels()
395 transfer_func read = NULL, draw = NULL; in piglit_display()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/ovirt/
H A Dovirt_snapshot.py197 def transfer(connection, module, direction, transfer_func): argument
231 transfer_func(
289 transfer_func=_transfer,
321 transfer_func=_transfer,
H A Dovirt_disk.py379 def transfer(connection, module, direction, transfer_func): argument
407 transfer_func(
461 transfer_func=_transfer,
489 transfer_func=_transfer,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ovirt/ovirt/plugins/modules/
H A Dovirt_snapshot.py223 def transfer(connection, module, direction, transfer_func): argument
257 transfer_func(
315 transfer_func=_transfer,
347 transfer_func=_transfer,
H A Dovirt_disk.py423 def transfer(connection, module, direction, transfer_func): argument
451 transfer_func(
505 transfer_func=_transfer,
533 transfer_func=_transfer,
/dports/games/ldmud/ldmud-3.3.720/src/util/xerq/docs/socketd/
H A Dsocket_transfer2 int socket_transfer(int fd, closure transfer_func)
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dtemplate_default_class_parms.i77 void transfer_func(LO, GO, NT) {} in transfer_func() function
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Davio.c291 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
303 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/quads/
H A Drender_pass_io_unittest.cc237 skcms_TransferFunction transfer_func = { in TEST() local
244 gfx::ColorSpace::CreateCustom(primary_matrix, transfer_func), 3.f, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/quads/
H A Drender_pass_io_unittest.cc237 skcms_TransferFunction transfer_func = { in TEST() local
244 gfx::ColorSpace::CreateCustom(primary_matrix, transfer_func), in TEST()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Davio.c291 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
303 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dpicttoppm.c116 typedef void (*transfer_func) (struct RGBColor* src, struct RGBColor* dst); typedef
142 static transfer_func pen_trf;
146 static transfer_func text_trf;
1176 static transfer_func
1253 transfer_func const trf, in convertScaledPpm()
1332 transfer_func const trf, in doDiffSize()
1450 doSameSize(transfer_func trf, in doSameSize()
1663 transfer_func trf; in doBlit()
2985 transfer_func trf) { in drawPixel()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/pdfinput/
H A Dsvg-builder.h136 Function *transfer_func, GfxColor *backdrop_color);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Davio.c364 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
376 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Davio.c361 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
373 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Davio.c363 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
375 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Davio.c366 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
378 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Davio.c358 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper()
370 ret = transfer_func(h, buf + len, size - len); in retry_transfer_wrapper()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap.c146 void (*transfer_func)(const uint64_t *src, uint64_t *dst, int n), in zap_table_grow()
184 transfer_func(db_old->db_data, db_new->db_data, hepb); in zap_table_grow()
191 transfer_func((uint64_t *)db_old->db_data + hepb, in zap_table_grow()