Searched defs:ProjectedBBox (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp87 struct ProjectedBBox struct in namespace:deqp::gles31::Functional::__anon3589
93 static ProjectedBBox projectBoundingBox (const BoundingBox& bbox)
97 ProjectedBBox retVal;
106 static tcu::IVec4 getViewportBoundingBoxArea (const ProjectedBBox& bbox, const tcu::IVec2& viewportSize, float size = 0.0f)
1277 const ProjectedBBox projectedBBox = projectBoundingBox(config.bbox);
1792 const ProjectedBBox projectedBBox = projectBoundingBox(config.bbox);
2202 bool verifyNarrowPointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, const ProjectedBBox& bbox, int& logFloodCounter);
2203 bool verifyWidePointPattern (const tcu::Surface& viewport, const std::vector<GeneratedPoint>& refPoints, const ProjectedBBox& bbox, int& logFloodCounter);
2204 bool verifyWidePoint (const tcu::Surface& viewport, const GeneratedPoint& refPoint, const ProjectedBBox& bbox, ResultPointType pointType, int& logFloodCounter);
2619 const ProjectedBBox projectedBBo
[all...]

Completed in 1211 milliseconds