Searched refs:testAreaWidth (Results 1 – 1 of 1) sorted by relevance
562 static const int testAreaWidth = 4; in iterate() local563 static const int testAreaWidthWithMargin = testAreaWidth + 4; in iterate()656 deUint32 pixels[testAreaWidth * fboHeight] = {}; in iterate()657 gl.readPixels(0, 0, testAreaWidth, fboHeight, GL_RGBA, GL_UNSIGNED_BYTE, pixels); in iterate()663 for (deUint32 x = 0; x < testAreaWidth; ++x) in iterate()665 tcu::RGBA color(pixels[y * testAreaWidth + x]); in iterate()