Home
last modified time | relevance | path

Searched refs:testAreaWidth (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fRasterizationTests.cpp562 static const int testAreaWidth = 4; in iterate() local
563 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()