Lines Matching refs:renderCtx
200 …evel getASTCSupportLevel (const glu::ContextInfo& contextInfo, const glu::RenderContext& renderCtx) in getASTCSupportLevel() argument
202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); in getASTCSupportLevel()
330 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in render() local
333 …const RandomViewport viewport (renderCtx.getRenderTarget(), textureWidth, textureHeight, m_rn… in render()
363 …sampleTexture(tcu::SurfaceAccess(referenceDst, renderCtx.getRenderTarget().getPixelFormat()), text… in render()
366 glu::readPixels(renderCtx, viewport.x, viewport.y, resultDst.getAccess()); in render()
428 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
429 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(… in iterate()
451 …glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexD… in iterate()
562 const glu::RenderContext& renderCtx = m_context.getRenderContext(); in iterate() local
563 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(… in iterate()
576 …glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexD… in iterate()