Searched refs:GetUint32Case (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/internal/ |
D | ditDelibsTests.cpp | 97 class GetUint32Case : public tcu::TestCase class 100 …GetUint32Case (tcu::TestContext& testCtx, const char* name, const char* description, GetUint32Func… in GetUint32Case() function in dit::GetUint32Case 132 …addChild(new GetUint32Case(m_testCtx, "total_physical_cores", "deGetNumTotalPhysicalCores()", de… in init() 133 …addChild(new GetUint32Case(m_testCtx, "total_logical_cores", "deGetNumTotalLogicalCores()", deGe… in init() 134 …addChild(new GetUint32Case(m_testCtx, "available_logical_cores", "deGetNumAvailableLogicalCores()"… in init()
|