Home
last modified time | relevance | path

Searched refs:boundingBox (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp240 BoundingBox boundingBox; in iterate() local
244 boundingBox.getComponentAccess(coordNdx) = rnd.getFloat(-4.0f, 4.0f); in iterate()
246 cases.push_back(boundingBox); in iterate()
255 const BoundingBox& boundingBox = cases[caseNdx]; in iterate() local
257 …gl.glPrimitiveBoundingBox(boundingBox.min.x(), boundingBox.min.y(), boundingBox.min.z(), boundingB… in iterate()
258 boundingBox.max.x(), boundingBox.max.y(), boundingBox.max.z(), boundingBox.max.w()); in iterate()
260 if (!verifyState(gl, boundingBox)) in iterate()
Des31fCopyImageTests.cpp1198 const IVec4 boundingBox = renderGrid.getUsedAreaBoundingBox(); in renderTexture() local
1199 tcu::Surface renderedFrame (boundingBox[2], boundingBox[3]); in renderTexture()
1201 glu::readPixels(renderContext, boundingBox.x(), boundingBox.y(), renderedFrame.getAccess()); in renderTexture()
1207 const IVec2 cellOrigin = cell.origin - boundingBox.toWidth<2>(); in renderTexture()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h153 Geometry boundingBox(void) const;
/external/ImageMagick/Magick++/
DNEWS95 * Added Image boundingBox() method to return smallest bounding box
DChangeLog598 * lib/Image.cpp (boundingBox): Method to return smallest bounding
/external/ImageMagick/Magick++/lib/
DImage.cpp449 Magick::Geometry Magick::Image::boundingBox(void) const in boundingBox() function in Magick::Image