Searched refs:rCtx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 190 tcu::Surface getPixels (const glu::RenderContext& rCtx, int x, int y, int width, int height) in getPixels() argument 193 glu::readPixels(rCtx, x, y, result.getAccess()); in getPixels() 197 tcu::Surface getPixels (const glu::RenderContext& rCtx, const RandomViewport& vp) in getPixels() argument 199 return getPixels(rCtx, vp.x, vp.y, vp.width, vp.height); in getPixels()
|