Searched refs:GetProcAddressCoreFunctionsCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.cpp | 215 class GetProcAddressCoreFunctionsCase : public GetProcAddressCase class 227 …GetProcAddressCoreFunctionsCase (EglTestContext& eglTestCtx, const char* name, const char* descrip… in GetProcAddressCoreFunctionsCase() function in deqp::egl::GetProcAddressCoreFunctionsCase 233 virtual ~GetProcAddressCoreFunctionsCase (void) in ~GetProcAddressCoreFunctionsCase() 382 …roup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "egl", "Test EGL core functions… in init() 384 …roup->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "egl15", "Test EGL 1.5 functions… in init() 385 …p->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles", "Test OpenGL ES core funct… in init() 386 …->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles2", "Test OpenGL ES 2 core func… in init() 387 …->addChild(new GetProcAddressCoreFunctionsCase (m_eglTestCtx, "gles3", "Test OpenGL ES 3 core func… in init()
|