Home
last modified time | relevance | path

Searched defs:parentTest (Results 1 – 8 of 8) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DOctree.h273 void getPolys(const core::aabbox3d<f32>& box, SIndexData* idxdata, u32 parentTest ) const in getPolys()
313 void getPolys(const scene::SViewFrustum& frustum, SIndexData* idxdata,u32 parentTest) const in getPolys()
H A DCSkinnedMesh.cpp1356 const SJoint* const parentTest=AllJoints[j]; in addJoints() local
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DOctree.h273 void getPolys(const core::aabbox3d<f32>& box, SIndexData* idxdata, u32 parentTest ) const in getPolys()
313 void getPolys(const scene::SViewFrustum& frustum, SIndexData* idxdata,u32 parentTest) const in getPolys()
H A DCSkinnedMesh.cpp1351 const SJoint* const parentTest=AllJoints[j]; in addJoints() local
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXTestcaseActionFactory.java786 STAXTestcase parentTest = testcaseMap.get(parentName); in handleUpdateRequest() local
1030 STAXTestcase parentTest = testcaseMap.get(parentName); in handleStartRequest() local
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/src/cppunit/
H A DTestPath.cpp52 Test *parentTest = findActualRoot( searchRoot, pathAsString, testNames ); in TestPath() local
/dports/devel/cppunit/cppunit-1.14.0/src/cppunit/
H A DTestPath.cpp52 Test *parentTest = findActualRoot( searchRoot, pathAsString, testNames ); in TestPath() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp39 …tionShaderUtils::TessellationShaderUtils(const glw::Functions& gl, glcts::TestCaseBase* parentTest) in TessellationShaderUtils()