Searched refs:boundingBox (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 240 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()
|
D | es31fCopyImageTests.cpp | 1198 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++/ |
D | Image.h | 153 Geometry boundingBox(void) const;
|
/external/ImageMagick/Magick++/ |
D | NEWS | 95 * Added Image boundingBox() method to return smallest bounding box
|
D | ChangeLog | 598 * lib/Image.cpp (boundingBox): Method to return smallest bounding
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 449 Magick::Geometry Magick::Image::boundingBox(void) const in boundingBox() function in Magick::Image
|