Lines Matching refs:m_eglTestCtx
93 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
99 m_eglTestCtx.getLibrary().terminate(m_display);
225 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
226 m_configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display);
234 m_eglTestCtx.getLibrary().terminate(m_display);
297 const bool hasYuvSupport = eglu::hasExtension(m_eglTestCtx.getLibrary(), m_display, "EGL_EXT_yuv_surface");
401 eglu::Version version = eglu::getVersion(m_eglTestCtx.getLibrary(), m_display);
547 getConfigsGroup->addChild(new GetConfigsBoundsCase(m_eglTestCtx, "get_configs_bounds", "eglGetConfigs bounds checking test"));
593 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute));
602 constraintsGroup->addChild(new GetConfigAttribBufferSizeCase(m_eglTestCtx, "color_buffer_size", "Color buffer component sizes"));
603 constraintsGroup->addChild(new GetConfigAttribTransparentValueCase(m_eglTestCtx, "transparent_value", "Transparent color value"));