Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cClipControlTests.cpp1299 float yVPCoord = (yCoord - 0.25f) * 4.0f; in ValidateFramebuffer() local
1306 if (xVPCoord > 0.0f && xVPCoord < 1.0f && yVPCoord > 0.0f && yVPCoord < 1.0f) in ValidateFramebuffer()
1314 greenQuadrant = (yVPCoord > 0.5f && xVPCoord <= 0.5f); in ValidateFramebuffer()
1318 greenQuadrant = (yVPCoord <= 0.5f && xVPCoord <= 0.5f); in ValidateFramebuffer()