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

/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp437 const float postSwapX1 = -0.9f * rnd.getFloat(); local
478 m_refProgram->render(&postSwapFramebufferReference, postSwapX1, postSwapY1, postSwapX2, postSwapY2, m_postSwapDrawType);
479 m_gles2Program->render(width, height, postSwapX1, postSwapY1, postSwapX2, postSwapY2, m_postSwapDrawType);
504 const int x1i = (int)(((float)px/2.0f) * postSwapX1 + (float)ox);

Completed in 341 milliseconds