Searched refs:coreFuncGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 304 …tcu::TestCaseGroup* coreFuncGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Test core functions… in init() local 305 addChild(coreFuncGroup); in init() 307 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "egl", "Test EGL core … in init() 308 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL E… in init() 309 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles2", "Test OpenGL E… in init() 310 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles3", "Test OpenGL E… in init()
|