Searched defs:testGroup (Results 1 - 15 of 15) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiTests.cpp42 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) argument
44 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType);
45 addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType);
46 addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalPresentTests, wsiType);
47 addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests, wsiType);
48 addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", createSharedPresentableImageTests, wsiType);
H A DvktWsiSurfaceTests.cpp873 void createSurfaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) argument
877 addFunctionCase(testGroup, "create", "Create surface", createSurfaceTest, wsiType);
878 addFunctionCase(testGroup, "create_custom_allocator", "Create surface with custom allocator", createSurfaceCustomAllocatorTest, wsiType);
879 addFunctionCase(testGroup, "create_simulate_oom", "Create surface with simulating OOM", createSurfaceSimulateOOMTest, wsiType);
880 addFunctionCase(testGroup, "query_support", "Query surface support", querySurfaceSupportTest, wsiType);
881 addFunctionCase(testGroup, "query_capabilities", "Query surface capabilities", querySurfaceCapabilitiesTest, wsiType);
882 addFunctionCase(testGroup, "query_capabilities2", "Query extended surface capabilities", querySurfaceCapabilities2Test, wsiType);
883 addFunctionCase(testGroup, "query_formats", "Query surface formats", querySurfaceFormatsTest, wsiType);
884 addFunctionCase(testGroup, "query_formats2", "Query extended surface formats", querySurfaceFormats2Test, wsiType);
885 addFunctionCase(testGroup, "query_present_mode
[all...]
H A DvktWsiDisplayTimingTests.cpp1452 void createDisplayTimingTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) argument
1468 de::MovePtr<tcu::TestCaseGroup> presentModeGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), presentModes[presentModeNdx].name, presentModes[presentModeNdx].name));
1480 presentModeGroup->addChild(new vkt::InstanceFactory1<DisplayTimingTestInstance, TestConfig, Programs>(testGroup->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, name, Programs(), config));
1483 testGroup->addChild(presentModeGroup.release());
H A DvktWsiIncrementalPresentTests.cpp1395 void createIncrementalPresentTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) argument
1429 de::MovePtr<tcu::TestCaseGroup> scaleGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), scaling[scalingNdx].name, scaling[scalingNdx].name));
1433 de::MovePtr<tcu::TestCaseGroup> presentModeGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), presentModes[presentModeNdx].name, presentModes[presentModeNdx].name));
1446 presentModeGroup->addChild(new vkt::InstanceFactory1<IncrementalPresentTestInstance, TestConfig, Programs>(testGroup->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, name, Programs(), config));
1452 testGroup->addChild(scaleGroup.release());
H A DvktWsiSharedPresentableImageTests.cpp1319 void createSharedPresentableImageTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) argument
1345 de::MovePtr<tcu::TestCaseGroup> scaleGroup (new tcu::TestCaseGroup(testGroup->getTestContext(), scaling[scalingNdx].name, scaling[scalingNdx].name));
1358 scaleGroup->addChild(new vkt::InstanceFactory1<SharedPresentableImageTestInstance, TestConfig, Programs>(testGroup->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, name, Programs(), config));
1361 testGroup->addChild(scaleGroup.release());
H A DvktWsiSwapchainTests.cpp692 void populateSwapchainGroup (tcu::TestCaseGroup* testGroup, GroupParameters params) argument
698 addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameters(params.wsiType, testDimension));
1719 void populateRenderGroup (tcu::TestCaseGroup* testGroup, Type wsiType) argument
1721 addFunctionCaseWithPrograms(testGroup, "basic", "Basic Rendering Test", getBasicRenderPrograms, basicRenderTest, wsiType);
1724 void populateGetImagesGroup (tcu::TestCaseGroup* testGroup, Type wsiType) argument
1726 addFunctionCase(testGroup, "incomplete", "Test VK_INCOMPLETE return code", getImagesIncompleteResultTest, wsiType);
1729 void populateModifyGroup (tcu::TestCaseGroup* testGroup, Type wsiType) argument
1735 addFunctionCaseWithPrograms(testGroup, "resize", "Resize Swapchain Test", getBasicRenderPrograms, resizeSwapchainTest, wsiType);
1741 void populateDestroyGroup (tcu::TestCaseGroup* testGroup, Type wsiType) argument
1743 addFunctionCase(testGroup, "null_handl
1748 createSwapchainTests(tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp240 void createInfoTests (tcu::TestCaseGroup* testGroup) argument
242 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo);
243 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo);
244 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo);
245 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits);
/external/deqp/framework/common/
H A DtcuTestHierarchyIterator.cpp75 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& children) argument
77 testGroup->init();
78 testGroup->getChildren(children);
81 void DefaultHierarchyInflater::leaveGroupNode (TestCaseGroup* testGroup) argument
83 testGroup->deinit();
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetTest.java132 public void testGroup() throws Exception { method in class:UnknownFieldSetTest
/external/protobuf/python/google/protobuf/internal/
H A Dunknown_fields_test.py203 def testGroup(self): member in class:UnknownFieldsAccessorsTest
/external/deqp/executor/
H A DxeTestCase.cpp391 void TestSet::addGroup (const TestGroup* testGroup) argument
393 addNodeAndParents(m_set, testGroup);
394 addChildren(m_set, testGroup);
418 void TestSet::removeGroup (const TestGroup* testGroup) argument
420 if (m_set.find(testGroup) != m_set.end())
422 m_set.erase(testGroup);
423 removeChildren(m_set, testGroup);
424 if (testGroup->getParent() != DE_NULL)
425 removeEmptyGroups(m_set, testGroup->getParent());
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp511 void populateTestGroup (tcu::TestCaseGroup* testGroup) argument
546 testGroup->addChild(new NegativeViewportHeightTest(testGroup->getTestContext(), name.str(), "", params));
H A DvktBasicDrawTests.cpp1195 void populateSubGroup (tcu::TestCaseGroup* testGroup, const TestCaseParams caseParams) argument
1197 de::Random rnd (SEED ^ deStringHash(testGroup->getName()));
1198 tcu::TestContext& testCtx = testGroup->getTestContext();
1233 testGroup->addChild(new DrawCase(testCtx, name.c_str(), "vkCmdDraw testcase.",
1242 testGroup->addChild(new IndexedCase(testCtx, name.c_str(), "vkCmdDrawIndexed testcase.",
1254 testGroup->addChild(new IndirectCase(testCtx, (name + "_single_command").c_str(), "vkCmdDrawIndirect testcase.", params));
1257 testGroup->addChild(new IndirectCase(testCtx, (name + "_multi_command").c_str(), "vkCmdDrawIndirect testcase.", params));
1267 testGroup->addChild(new IndexedIndirectCase(testCtx, (name + "_single_command").c_str(), "vkCmdDrawIndexedIndirect testcase.", params));
1270 testGroup->addChild(new IndexedIndirectCase(testCtx, (name + "_multi_command").c_str(), "vkCmdDrawIndexedIndirect testcase.", params));
1279 void createTopologyGroups (tcu::TestCaseGroup* testGroup, cons argument
1289 createDrawTests(tcu::TestCaseGroup* testGroup) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1768 void createFormatTests (tcu::TestCaseGroup* testGroup) argument
1778 addFunctionCase(testGroup, caseName, enumName, formatProperties, format);
1781 addFunctionCase(testGroup, "depth_stencil", "", testDepthStencilSupported);
1782 addFunctionCase(testGroup, "compressed_formats", "", testCompressedFormatsSupported);
2016 void createImageFormatTypeTilingTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase params) argument
2028 addFunctionCase(testGroup, caseName, enumName, execImageFormatTest, params);
2032 void createImageFormatTypeTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase params) argument
2036 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "optimal", "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDEFINED, params.imageType, VK_IMAGE_TILING_OPTIMAL)));
2037 testGroup
2040 createImageFormatTests(tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase::Function testFunction) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp2043 tcu::TestCaseGroup* const testGroup = new tcu::TestCaseGroup(m_testCtx, testGroupConfigList[idx].name, testGroupConfigList[idx].description); member in class:deqp::gles31::Functional::tcu
2044 tcu::TestNode::addChild(testGroup);
2046 testGroup->addChild(new TextureDecodeSkippedCase (m_context, "skipped", "testing for sRGB color values with sRGB texture decoding skipped", testGroupConfigList[idx].internalFormat));
2047 testGroup->addChild(new TextureDecodeEnabledCase (m_context, "enabled", "testing for linear color values with sRGB texture decoding enabled", testGroupConfigList[idx].internalFormat));
2048 testGroup->addChild(new TexelFetchDecodeSkippedcase (m_context, "texel_fetch", "testing for linear color values with sRGB texture decoding skipped", testGroupConfigList[idx].internalFormat));
2049 testGroup->addChild(new GPUConversionDecodeEnabledCase (m_context, "conversion_gpu", "sampling linear values and performing conversion on the gpu", testGroupConfigList[idx].internalFormat));
2050 testGroup->addChild(new DecodeToggledCase (m_context, "toggled", "toggle the sRGB decoding between draw calls", testGroupConfigList[idx].internalFormat));
2051 testGroup->addChild(new DecodeMultipleTexturesCase (m_context, "multiple_textures","upload multiple textures with different sRGB decode values and sample",testGroupConfigList[idx].internalFormat));
2052 testGroup->addChild(new DecodeSamplerCase (m_context, "using_sampler", "testing that sampler object takes priority over texture state", testGroupConfigList[idx].internalFormat));

Completed in 277 milliseconds