Searched refs:referenceDepthFrame (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cClipControlTests.cpp | 702 tcu::TextureLevel referenceDepthFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer() local 730 referenceDepthFrame.getAccess().setPixDepth(0.5f, x, y); in ValidateFramebuffer() 736 referenceDepthFrame.getAccess().setPixDepth(-1.0f + xCoord + yCoord, x, y); in ValidateFramebuffer() 750 …if (!fuzzyDepthCompare(log, "Result", "Depth image comparison result", referenceDepthFrame, render… in ValidateFramebuffer() 891 tcu::TextureLevel referenceDepthFrame(depthFormat, viewportW, viewportH); in ValidateFramebuffer() local 903 referenceDepthFrame.getAccess().setPixDepth((xCoord + yCoord) * 0.5f, x, y); in ValidateFramebuffer() 915 …if (!fuzzyDepthCompare(log, "Result", "Depth image comparison result", referenceDepthFrame, render… in ValidateFramebuffer()
|