Searched refs:renderTargetThreshold (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3427 …t tcu::RGBA& c1, const tcu::RGBA& c2, const tcu::RGBA& c3, const tcu::IVec3& renderTargetThreshold) in isEdgeTriplet() argument 3451 return isEdgeTripletComponent(c1.getRed(), c2.getRed(), c3.getRed(), renderTargetThreshold.x()) || in isEdgeTriplet() 3452 isEdgeTripletComponent(c1.getGreen(), c2.getGreen(), c3.getGreen(), renderTargetThreshold.y()) || in isEdgeTriplet() 3453 isEdgeTripletComponent(c1.getBlue(), c2.getBlue(), c3.getBlue(), renderTargetThreshold.z()); in isEdgeTriplet() 3456 …bool pixelNearEdge (int x, int y, const tcu::Surface& ref, const tcu::IVec3& renderTargetThreshold) in pixelNearEdge() argument 3469 if (isEdgeTriplet(c1, c2, c3, renderTargetThreshold)) in pixelNearEdge() 3480 if (isEdgeTriplet(c1, c2, c3, renderTargetThreshold)) in pixelNearEdge() 3567 …ce& result, const tcu::IVec3& compareThreshold, const tcu::IVec3& renderTargetThreshold, int maxAl… in edgeRelaxedImageCompare() argument 3603 else if (!pixelNearEdge(x, y, reference, renderTargetThreshold)) in edgeRelaxedImageCompare() 3815 …const tcu::IVec3 renderTargetThreshold = m_renderCtx.getRenderTarget().getPixelFormat().getCol… in compare() local [all …]
|