Home
last modified time | relevance | path

Searched refs:simpleGroup (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/ip-address/dist/v6/
H A Dhelpers.js3 exports.simpleGroup = exports.spanLeadingZeroes = exports.spanAll = exports.spanAllZeroes = void 0;
38 function simpleGroup(addressString, offset = 0) { function
47 exports.simpleGroup = simpleGroup;
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp586 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple tests"); in init() local
587 addChild(simpleGroup); in init()
590 simpleGroup->addChild(selectionGroup); in init()
593 simpleGroup->addChild(sortGroup); in init()
H A DteglQuerySurfaceTests.cpp691 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple queries"); in init() local
692 addChild(simpleGroup); in init()
697 simpleGroup->addChild(windowGroup); in init()
712 simpleGroup->addChild(pixmapGroup); in init()
727 simpleGroup->addChild(pbufferGroup); in init()
H A DteglQueryConfigTests.cpp608 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "get_config_attrib", "eglGetConfigAttrib() tests"); in init() local
609 addChild(simpleGroup); in init()
613 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute)); in init()
H A DteglQueryContextTests.cpp393 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple API tests"); in init() local
394 addChild(simpleGroup); in init()
396 simpleGroup->addChild(new QueryAPICase(m_eglTestCtx, "query_api", "eglQueryAPI() test")); in init()
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js906 return helpers.simpleGroup(this.address).join(':');
914 output.push(...helpers.simpleGroup(left));
925 output.push(...helpers.simpleGroup(right, this.elisionEnd));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2462 de::MovePtr<TestCaseGroup> simpleGroup (new TestCaseGroup(testCtx, "simple", "Simple cases.")); in createBuiltinVarTests()
2470 simpleGroup->addChild(new BuiltinGlFragCoordXYZCase(testCtx, "fragcoord_xyz")); in createBuiltinVarTests()
2472 simpleGroup->addChild(new BuiltinGlFragCoordWCase(testCtx, "fragcoord_w")); in createBuiltinVarTests()
2474 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord", POINTCOORD_VARIANT_DEFAULT)); in createBuiltinVarTests()
2476 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord_uniform_frag", POINTCOORD_VARIANT_UNIFORM_FRAGMENT)); in createBuiltinVarTests()
2478 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord_uniform_vert", POINTCOORD_VARIANT_UNIFORM_VERTEX)); in createBuiltinVarTests()
2600 builtinGroup->addChild(simpleGroup.release()); in createBuiltinVarTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2462 de::MovePtr<TestCaseGroup> simpleGroup (new TestCaseGroup(testCtx, "simple", "Simple cases.")); in createBuiltinVarTests()
2469 simpleGroup->addChild(new BuiltinGlFragCoordXYZCase(testCtx, "fragcoord_xyz", "FragCoord xyz test")); in createBuiltinVarTests()
2470 simpleGroup->addChild(new BuiltinGlFragCoordWCase(testCtx, "fragcoord_w", "FragCoord w test")); in createBuiltinVarTests()
2471 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord", "PointCoord test", POINTCOORD_VARIANT_DEFAULT)); in createBuiltinVarTests()
2472 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord_uniform_frag", "PointCoord test with fragment uniform", POINTCOORD_VARIANT_UNIFORM_FRAGMENT)); in createBuiltinVarTests()
2473 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord_uniform_vert", "PointCoord test with vertex uniform", POINTCOORD_VARIANT_UNIFORM_VERTEX)); in createBuiltinVarTests()
2590 builtinGroup->addChild(simpleGroup.release()); in createBuiltinVarTests()

Completed in 13 milliseconds