Home
last modified time | relevance | path

Searched refs:caps2 (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/
H A DGLGraphicsConfigurationUtil.java170 return caps2; in fixOnscreenGLCapabilities()
181 return caps2; in fixOffscreenBitOnly()
242 caps2.setFBO( useFBO ); in fixOffscreenGLCapabilities()
248 return caps2; in fixOffscreenGLCapabilities()
262 caps2.setFBO(false); in fixGLPBufferGLCapabilities()
265 return caps2; in fixGLPBufferGLCapabilities()
287 return caps2; in fixDoubleBufferedGLCapabilities()
304 caps2.setRedBits(oR); in clipRGBAGLCapabilities()
306 caps2.setBlueBits(oB); in clipRGBAGLCapabilities()
308 return caps2; in clipRGBAGLCapabilities()
[all …]
/dports/biology/molden/molden5.8/
H A Dsearchd.f4 character*137 caps1, caps2 local
8 caps2 = name2
12 call tocap(caps2,len2)
36 caps2 = name2(1:len2)
38 call tocap(caps2,len2)
66 caps2 = name2(1:len2)
69 call tocap(caps2,len2)
96 caps2 = name2
102 call tocap(caps2,len2)
127 caps2 = name2
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp602 RenderSystemCapabilities& caps2 = *rsc; in testWriteAndReadComplexCapabilities() local
607 CPPUNIT_ASSERT_EQUAL(caps.hasCapability(RSC_DOT3), caps2.hasCapability(RSC_DOT3)); in testWriteAndReadComplexCapabilities()
611 CPPUNIT_ASSERT_EQUAL(caps.hasCapability(RSC_VBO), caps2.hasCapability(RSC_VBO)); in testWriteAndReadComplexCapabilities()
638 CPPUNIT_ASSERT_EQUAL(caps.hasCapability(RSC_FBO), caps2.hasCapability(RSC_FBO)); in testWriteAndReadComplexCapabilities()
645 CPPUNIT_ASSERT_EQUAL(caps.hasCapability(RSC_VAO), caps2.hasCapability(RSC_VAO)); in testWriteAndReadComplexCapabilities()
647 CPPUNIT_ASSERT_EQUAL(caps.getNumWorldMatrices(), caps2.getNumWorldMatrices()); in testWriteAndReadComplexCapabilities()
648 CPPUNIT_ASSERT_EQUAL(caps.getNumTextureUnits(), caps2.getNumTextureUnits()); in testWriteAndReadComplexCapabilities()
661 CPPUNIT_ASSERT_EQUAL(caps.getMaxPointSize(), caps2.getMaxPointSize()); in testWriteAndReadComplexCapabilities()
666 CPPUNIT_ASSERT_EQUAL(caps.getDriverVersion().major, caps2.getDriverVersion().major); in testWriteAndReadComplexCapabilities()
667 CPPUNIT_ASSERT_EQUAL(caps.getDriverVersion().minor, caps2.getDriverVersion().minor); in testWriteAndReadComplexCapabilities()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp553 RenderSystemCapabilities& caps2 = *rsc; in TEST_F() local
556 EXPECT_EQ(caps.hasCapability(RSC_DOT3), caps2.hasCapability(RSC_DOT3)); in TEST_F()
587 EXPECT_EQ(caps.hasCapability(RSC_PBUFFER), caps2.hasCapability(RSC_PBUFFER)); in TEST_F()
590 EXPECT_EQ(caps.hasCapability(RSC_VAO), caps2.hasCapability(RSC_VAO)); in TEST_F()
592 EXPECT_EQ(caps.getNumTextureUnits(), caps2.getNumTextureUnits()); in TEST_F()
593 EXPECT_EQ(caps.getStencilBufferBitDepth(), caps2.getStencilBufferBitDepth()); in TEST_F()
595 EXPECT_EQ(caps.getNumMultiRenderTargets(), caps2.getNumMultiRenderTargets()); in TEST_F()
605 EXPECT_EQ(caps.getMaxPointSize(), caps2.getMaxPointSize()); in TEST_F()
610 EXPECT_EQ(caps.getDriverVersion().major, caps2.getDriverVersion().major); in TEST_F()
611 EXPECT_EQ(caps.getDriverVersion().minor, caps2.getDriverVersion().minor); in TEST_F()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dppc_cpuid.c65 int dump_full_listing(unsigned long caps, unsigned long caps2) { in dump_full_listing() argument
97 print_cap (caps2,PPC_FEATURE2_ARCH_2_07, "PPC_FEATURE2_ARCH_2_07"); in dump_full_listing()
98 print_cap (caps2,PPC_FEATURE2_HTM, "PPC_FEATURE2_HTM"); in dump_full_listing()
99 print_cap (caps2,PPC_FEATURE2_DSCR, "PPC_FEATURE2_DSCR"); in dump_full_listing()
100 print_cap (caps2,PPC_FEATURE2_EBB, "PPC_FEATURE2_EBB"); in dump_full_listing()
101 print_cap (caps2,PPC_FEATURE2_ISEL, "PPC_FEATURE2_ISEL"); in dump_full_listing()
102 print_cap (caps2,PPC_FEATURE2_TAR, "PPC_FEATURE2_TAR"); in dump_full_listing()
120 unsigned long caps=0, caps2=0, *auxv; in main() local
131 caps2 = auxv[i+1]; in main()
135 return dump_full_listing(caps, caps2); in main()
[all …]
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/
H A Dcaps.cpp55 void Caps::append(const CapsPtr & caps2) in append() argument
57 gst_caps_append(object<GstCaps>(), gst_caps_copy(caps2.operator->())); in append()
60 CapsPtr Caps::merge(CapsPtr & caps2) in merge() argument
62 return CapsPtr::wrap(gst_caps_merge(object<GstCaps>(), caps2), false); in merge()
126 bool Caps::equals(const CapsPtr & caps2) const in equals()
128 return gst_caps_is_equal(object<GstCaps>(), caps2); in equals()
131 bool Caps::isAlwaysCompatibleWith(const CapsPtr & caps2) const in isAlwaysCompatibleWith()
133 return gst_caps_is_always_compatible(object<GstCaps>(), caps2); in isAlwaysCompatibleWith()
141 bool Caps::canIntersect(const CapsPtr & caps2) const in canIntersect()
143 return gst_caps_can_intersect(object<GstCaps>(), caps2); in canIntersect()
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/gst/
H A Dgstcaps.c33 GstCaps *caps2; in GST_START_TEST() local
51 gst_caps_unref (caps2); in GST_START_TEST()
107 GstCaps *caps2; in GST_START_TEST() local
126 gst_caps_unref (caps2); in GST_START_TEST()
134 gst_caps_unref (caps2); in GST_START_TEST()
755 gst_caps_unref (caps2); in GST_START_TEST()
767 gst_caps_unref (caps2); in GST_START_TEST()
1301 GstCaps *caps, *caps2; in GST_START_TEST() local
1342 GstCaps *caps, *caps2; in GST_START_TEST() local
1347 caps2 = in GST_START_TEST()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/offscreen/
H A DTestOffscreen01GLPBufferNEWT.java119 do01OffscreenWindowPBuffer(caps2); in test01aOffscreenWindowPBuffer()
129 caps2.setStencilBits(8); in test01bOffscreenWindowPBufferStencil()
130 do01OffscreenWindowPBuffer(caps2); in test01bOffscreenWindowPBufferStencil()
140 caps2.setStencilBits(8); in test01cOffscreenWindowPBufferStencilAlpha()
141 caps2.setAlphaBits(8); in test01cOffscreenWindowPBufferStencilAlpha()
142 do01OffscreenWindowPBuffer(caps2); in test01cOffscreenWindowPBufferStencilAlpha()
152 caps2.setRedBits(5); in test01cOffscreenWindowPBuffer555()
153 caps2.setGreenBits(5); in test01cOffscreenWindowPBuffer555()
154 caps2.setBlueBits(5); in test01cOffscreenWindowPBuffer555()
155 do01OffscreenWindowPBuffer(caps2); in test01cOffscreenWindowPBuffer555()
[all …]
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/tests/check/elements/
H A Dimagefreeze.c122 GstCaps *caps1, *caps2; in GST_START_TEST() local
164 gst_caps_unref (caps2); in GST_START_TEST()
191 GstCaps *caps1, *caps2; in GST_START_TEST() local
243 gst_caps_unref (caps2); in GST_START_TEST()
271 GstCaps *caps1, *caps2; in GST_START_TEST() local
323 gst_caps_unref (caps2); in GST_START_TEST()
351 GstCaps *caps1, *caps2; in GST_START_TEST() local
403 gst_caps_unref (caps2); in GST_START_TEST()
442 GstCaps *caps1, *caps2; in GST_START_TEST() local
494 gst_caps_unref (caps2); in GST_START_TEST()
[all …]

12345678910>>...26