Lines Matching refs:objectMgmtTests
2822 …MovePtr<tcu::TestCaseGroup> objectMgmtTests (new tcu::TestCaseGroup(testCtx, "object_management", … in createObjectManagementTests() local
2987 …objectMgmtTests->addChild(createGroup(testCtx, "single", "Create single object", s_createSingleGro… in createObjectManagementTests()
3017 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_unique_resources", "Multiple objects with… in createObjectManagementTests()
3047 …objectMgmtTests->addChild(createGroup(testCtx, "multiple_shared_resources", "Multiple objects with… in createObjectManagementTests()
3077 …objectMgmtTests->addChild(createGroup(testCtx, "max_concurrent", "Maximum number of concurrently l… in createObjectManagementTests()
3107 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_device", "Multithreaded o… in createObjectManagementTests()
3137 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_per_thread_resources", "Multithreade… in createObjectManagementTests()
3167 …objectMgmtTests->addChild(createGroup(testCtx, "multithreaded_shared_resources", "Multithreaded ob… in createObjectManagementTests()
3197 …objectMgmtTests->addChild(createGroup(testCtx, "single_alloc_callbacks", "Create single object", s… in createObjectManagementTests()
3228 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail", "Allocation callback failure… in createObjectManagementTests()
3259 …objectMgmtTests->addChild(createGroup(testCtx, "alloc_callback_fail_multiple", "Allocation callbac… in createObjectManagementTests()
3261 return objectMgmtTests.release(); in createObjectManagementTests()