Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cClipControlTests.cpp527 bool greenQuadrant; in ValidateFramebuffer() local
531 greenQuadrant = (yCoord > 0.5 && xCoord <= 0.5); in ValidateFramebuffer()
535 greenQuadrant = (yCoord <= 0.5 && xCoord <= 0.5); in ValidateFramebuffer()
538 if (greenQuadrant) in ValidateFramebuffer()
1309 bool greenQuadrant; in ValidateFramebuffer() local
1314 greenQuadrant = (yVPCoord > 0.5f && xVPCoord <= 0.5f); in ValidateFramebuffer()
1318 greenQuadrant = (yVPCoord <= 0.5f && xVPCoord <= 0.5f); in ValidateFramebuffer()
1321 if (greenQuadrant) in ValidateFramebuffer()