Lines Matching refs:GetProcAddressCoreFunctionsCase
217 class GetProcAddressCoreFunctionsCase : public GetProcAddressCase class
229 …GetProcAddressCoreFunctionsCase(EglTestContext &eglTestCtx, const char *name, const char *descript… in GetProcAddressCoreFunctionsCase() function in deqp::egl::GetProcAddressCoreFunctionsCase
236 virtual ~GetProcAddressCoreFunctionsCase(void) in ~GetProcAddressCoreFunctionsCase()
395 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase(m_eglTestCtx, "egl", "Test EGL core fu… in init()
396 … GetProcAddressCoreFunctionsCase::EGL14)); in init()
398 …coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase(m_eglTestCtx, "egl15", "Test EGL 1.5 f… in init()
399 … GetProcAddressCoreFunctionsCase::EGL15)); in init()
400 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase( in init()
401 … m_eglTestCtx, "gles", "Test OpenGL ES core functions", GetProcAddressCoreFunctionsCase::GLES)); in init()
402 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase( in init()
403 …m_eglTestCtx, "gles2", "Test OpenGL ES 2 core functions", GetProcAddressCoreFunctionsCase::GLES2)); in init()
404 coreFuncGroup->addChild(new GetProcAddressCoreFunctionsCase( in init()
405 …m_eglTestCtx, "gles3", "Test OpenGL ES 3 core functions", GetProcAddressCoreFunctionsCase::GLES3)); in init()