Lines Matching refs:m_renderCtxInfo

101 	const glu::ContextInfo&	m_renderCtxInfo;
115 , m_renderCtxInfo (context.getContextInfo())
128 , m_renderCtxInfo (context.getContextInfo())
145 checkSupport(m_renderCtxInfo, m_format);
264 const glu::ContextInfo& m_renderCtxInfo;
281 , m_renderCtxInfo (context.getContextInfo())
296 , m_renderCtxInfo (context.getContextInfo())
315 checkSupport(m_renderCtxInfo, m_format);
464 const glu::ContextInfo& m_renderCtxInfo;
481 , m_renderCtxInfo (context.getContextInfo())
496 , m_renderCtxInfo (context.getContextInfo())
515 checkSupport(m_renderCtxInfo, m_format);
621 const glu::ContextInfo& m_renderCtxInfo;
638 , m_renderCtxInfo (context.getContextInfo())
653 , m_renderCtxInfo (context.getContextInfo())
672 checkSupport(m_renderCtxInfo, m_format);
784 const glu::ContextInfo& m_renderCtxInfo;
807 , m_renderCtxInfo (renderCtxInfo)
833 m_texture = new glu::Texture2D(m_renderCtx, m_renderCtxInfo, 1, &compressedTexture);
922 const glu::ContextInfo& m_renderCtxInfo;
948 , m_renderCtxInfo (renderCtxInfo)
981 m_texture = new glu::TextureCube(m_renderCtx, m_renderCtxInfo, 1, &levels[0]);
1077 const glu::ContextInfo& m_renderCtxInfo;
1088 , m_renderCtxInfo (renderCtxInfo)
1103 m_texture = glu::Texture2D::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size(), m_filenames);
1179 const glu::ContextInfo& m_renderCtxInfo;
1193 , m_renderCtxInfo (renderCtxInfo)
1211 m_texture = glu::TextureCube::create(m_renderCtx, m_renderCtxInfo, m_testCtx.getArchive(), (int)m_filenames.size()/6, m_filenames);