Lines Matching refs:m_eglTestCtx
117 m_supported = eglu::getClientExtensions(m_eglTestCtx.getLibrary()); in init()
127 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
138 …const std::vector<std::string> displayExtensios = eglu::getDisplayExtensions(m_eglTestCtx.getLibra… in init()
147 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
276 …return (eglu::getRenderableAPIsMask(m_eglTestCtx.getLibrary(), m_display) & renderableType) == ren… in isApiSupported()
373 …extensionsGroup->addChild(new GetProcAddressExtensionCase(m_eglTestCtx, testName.c_str(), ("Test "… 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()