Home
last modified time | relevance | path

Searched refs:vcaps (Results 1 – 25 of 106) sorted by relevance

12345

/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/drivers/
H A Dglinfo12 vcaps -core 0 -maxVersion -1 -1 -softMode 0
19 vcaps -core 1 -maxVersion -1 -1 -softMode 0
26 vcaps -core 0 -maxVersion 2 1 -softMode 0
33 vcaps -core 0 -maxVersion -1 -1 -softMode 1
40 vcaps -core 0 -maxVersion -1 -1 -softMode 0
46 vcaps -core 0 -maxVersion -1 -1 -softMode 0
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/geom/
H A Dinterior145 vcaps -polygonMode 1
48 vcaps -polygonMode 0
52 vcaps -polygonMode 1
55 vcaps -polygonMode 0
61 vcaps -polygonMode 1
64 vcaps -polygonMode 0
68 vcaps -polygonMode 1
71 vcaps -polygonMode 0
H A Dinterior242 vcaps -polygonMode 1
45 vcaps -polygonMode 0
49 vcaps -polygonMode 1
52 vcaps -polygonMode 0
58 vcaps -polygonMode 1
61 vcaps -polygonMode 0
65 vcaps -polygonMode 1
68 vcaps -polygonMode 0
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dstatvfs.c32 vol_capabilities_attr_t *vcaps; in darwin_fs_capabilities() local
55 vcaps = in darwin_fs_capabilities()
58 if (FORMAT_CAP(vcaps, VOL_CAP_FMT_SPARSE_FILES)) { in darwin_fs_capabilities()
62 if (FORMAT_CAP(vcaps, VOL_CAP_FMT_CASE_SENSITIVE)) { in darwin_fs_capabilities()
66 if (FORMAT_CAP(vcaps, VOL_CAP_FMT_CASE_PRESERVING)) { in darwin_fs_capabilities()
70 if (INTERFACE_CAP(vcaps, VOL_CAP_INT_EXTENDED_SECURITY)) { in darwin_fs_capabilities()
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/shadows/
H A Ddir37 if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
8 vcaps -depthZeroToOne 1
12 vcaps -core
13 vcaps -vsync 0
H A Ddirhead7 if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
11 vcaps -core
12 vcaps -vsync 0
H A Ddir17 if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
11 vcaps -core
12 vcaps -vsync 0
H A Ddir27 if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
11 vcaps -core
12 vcaps -vsync 0
/dports/net-im/qTox/qTox-1.17.4/src/platform/camera/
H A Ddirectshow.cpp215 VIDEO_STREAM_CONFIG_CAPS* vcaps = nullptr; in getDeviceModes() local
223 vcaps = new VIDEO_STREAM_CONFIG_CAPS; in getDeviceModes()
228 if (config->GetStreamCaps(i, &type, (BYTE*)vcaps) != S_OK) in getDeviceModes()
235 mode.width = vcaps->MaxOutputSize.cx; in getDeviceModes()
236 mode.height = vcaps->MaxOutputSize.cy; in getDeviceModes()
237 mode.FPS = 1e7 / vcaps->MinFrameInterval; in getDeviceModes()
248 delete vcaps; in getDeviceModes()
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/shading/
H A Dshading_models8 #if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
35 vcaps -ffp 1
38 vcaps -ffp 0
62 vcaps -ffp 1
65 vcaps -ffp 0
H A Ddistinguish_off28 vcaps -ffp 1
34 vcaps -ffp 0
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/transparency/
H A Doit6 if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
40 vcaps -opaqueAlpha 1
42 vcaps -opaqueAlpha 0
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/lines/
H A Dstipple_line15 vcaps -ffp 1
17 vcaps -ffp 0
/dports/cad/opencascade/opencascade-7.6.0/tests/opengles2/
H A Dbegin9 vcaps -maxVersion 2 0
10 vcaps -useWinBuffer 0
/dports/cad/opencascade/opencascade-7.6.0/tests/demo/samples/
H A Ddimensionspbr2 vcaps -ffp 0
4 if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavdevice/
H A Ddshow.c352 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local
357 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()
384 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()
385 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()
386 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()
387 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()
401 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()
402 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()
407 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
408 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavdevice/
H A Ddshow.c352 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local
357 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()
384 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()
385 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()
386 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()
387 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()
401 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()
402 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()
407 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
408 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/textures/
H A Dalpha_mask24 vcaps -ffp 1
27 vcaps -ffp 0
H A Dtexture_trsf18 vcaps -ffp 1
21 vcaps -ffp 0
H A Dtexture_trsf218 vcaps -ffp 1
21 vcaps -ffp 0
H A Dtexture_trsf323 vcaps -ffp 1
26 vcaps -ffp 0
/dports/multimedia/handbrake/ffmpeg-4.4/libavdevice/
H A Ddshow.c350 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local
355 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()
382 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()
383 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()
384 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()
385 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()
399 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()
400 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()
405 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
406 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavdevice/
H A Ddshow.c349 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local
354 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()
381 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()
382 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()
383 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()
384 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()
398 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()
399 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()
404 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
405 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavdevice/
H A Ddshow.c350 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local
355 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()
382 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()
383 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()
384 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()
385 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()
399 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()
400 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()
405 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
406 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavdevice/
H A Ddshow.c350 VIDEO_STREAM_CONFIG_CAPS *vcaps = caps; in dshow_cycle_formats() local
355 ff_print_VIDEO_STREAM_CONFIG_CAPS(vcaps); in dshow_cycle_formats()
382 vcaps->MinOutputSize.cx, vcaps->MinOutputSize.cy, in dshow_cycle_formats()
383 1e7 / vcaps->MaxFrameInterval, in dshow_cycle_formats()
384 vcaps->MaxOutputSize.cx, vcaps->MaxOutputSize.cy, in dshow_cycle_formats()
385 1e7 / vcaps->MinFrameInterval); in dshow_cycle_formats()
399 if (framerate > vcaps->MaxFrameInterval || in dshow_cycle_formats()
400 framerate < vcaps->MinFrameInterval) in dshow_cycle_formats()
405 if (ctx->requested_width > vcaps->MaxOutputSize.cx || in dshow_cycle_formats()
406 ctx->requested_width < vcaps->MinOutputSize.cx || in dshow_cycle_formats()
[all …]

12345