Lines Matching defs:m_context
252 Context& m_context;
273 : m_context (context)
295 const tcu::RenderTarget& renderTarget = m_context.getRenderTarget();
296 TestLog& log = m_context.getTestContext().getLog();
298 m_astcSupport = getASTCSupportLevel(m_context.getContextInfo(), m_context.getRenderContext());
329 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
330 const glu::RenderContext& renderCtx = m_context.getRenderContext();
420 const int numXBlocksPerImage = de::min(m_context.getRenderTarget().getWidth(), 512) / blockSize.x();
421 const int numYBlocksPerImage = de::min(m_context.getRenderTarget().getHeight(), 512) / blockSize.y();
428 const glu::RenderContext& renderCtx = m_context.getRenderContext();
451 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompressionParams(decompressionMode));
562 const glu::RenderContext& renderCtx = m_context.getRenderContext();
576 glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompressionParams(decompressionMode));