Lines Matching defs:BoundingBox
61 struct BoundingBox
74 float& BoundingBox::getComponentAccess (int ndx)
83 const float& BoundingBox::getComponentAccess (int ndx) const
85 return const_cast<BoundingBox*>(this)->getComponentAccess(ndx);
94 static ProjectedBBox projectBoundingBox (const BoundingBox& bbox)
283 bool verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const;
303 static const BoundingBox fixedCases[] =
316 std::vector<BoundingBox> cases;
321 BoundingBox boundingBox;
338 const BoundingBox& boundingBox = cases[caseNdx];
357 bool QueryCase::verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const
609 BoundingBox bbox;