Searched refs:dstSurface (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp540 tcu::Surface& dstSurface = *surfaces[contextNdx]; local
561 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
679 tcu::Surface& dstSurface = *surfaces[contextNdx]; local
701 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
907 tcu::Surface& dstSurface = *surfaces[contextNdx]; local
928 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp543 tcu::Surface& dstSurface = *surfaces[contextNdx]; local
564 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
682 tcu::Surface& dstSurface = *surfaces[contextNdx]; local
704 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
911 tcu::Surface& dstSurface = *surfaces[contextNdx]; local
932 ctx.readPixels(dstSurface, 0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1792 void renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface);
2017 void GeometryShaderRenderTest::renderWithContext (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dstSurface) argument
2115 ctx.readPixels(dstSurface, 0, 0, m_viewportSize.x(), m_viewportSize.y());

Completed in 2660 milliseconds