Searched refs:yVPCoord (Results 1 – 1 of 1) sorted by relevance
1299 float yVPCoord = (yCoord - 0.25f) * 4.0f; in ValidateFramebuffer() local1306 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()