Searched refs:coreFuncGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 379 …tcu::TestCaseGroup* coreFuncGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Test core functions… in init() local 380 addChild(coreFuncGroup); in init() 382 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "egl", "Test EGL core … in init() 384 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "egl15", "Test EGL 1.5 … in init() 385 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL E… in init() 386 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles2", "Test OpenGL E… in init() 387 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles3", "Test OpenGL E… in init()
|