Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderBallotTests.cpp434 glw::GLfloat* topLeftPixel = new glw::GLfloat[4]; in validateScreenPixelsSameColor() local
435 topLeftPixel[0] = -1.0f; in validateScreenPixelsSameColor()
436 topLeftPixel[1] = -1.0f; in validateScreenPixelsSameColor()
437 topLeftPixel[2] = -1.0f; in validateScreenPixelsSameColor()
438 topLeftPixel[3] = -1.0f; in validateScreenPixelsSameColor()
441 gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_FLOAT, topLeftPixel); in validateScreenPixelsSameColor()
443 tcu::Vec4 desiredColor(topLeftPixel[0], topLeftPixel[1], topLeftPixel[2], topLeftPixel[ in validateScreenPixelsSameColor()
[all...]

Completed in 1 milliseconds