Lines Matching refs:m_eglTestCtx
106 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
112 m_eglTestCtx.getLibrary().terminate(m_display);
238 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
239 m_configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display);
247 m_eglTestCtx.getLibrary().terminate(m_display);
310 const bool hasYuvSupport = eglu::hasExtension(m_eglTestCtx.getLibrary(), m_display, "EGL_EXT_yuv_surface");
415 eglu::Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), m_display);
421 else if(!hasRequiredExtension(m_eglTestCtx.getLibrary(), m_display, m_attrib))
566 getConfigsGroup->addChild(new GetConfigsBoundsCase(m_eglTestCtx, "get_configs_bounds", "eglGetConfigs bounds checking test"));
613 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute));
622 constraintsGroup->addChild(new GetConfigAttribBufferSizeCase(m_eglTestCtx, "color_buffer_size", "Color buffer component sizes"));
623 constraintsGroup->addChild(new GetConfigAttribTransparentValueCase(m_eglTestCtx, "transparent_value", "Transparent color value"));