Home
last modified time | relevance | path

Searched refs:copyPixels (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1288 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels() function
1306 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels() function
1313 copyPixels<float>(src, dst); in copyPixels()
1317 copyPixels<deInt32>(src, dst); in copyPixels()
1321 copyPixels<deUint32>(src, dst); in copyPixels()
1510 copyPixels(inputAccess, tmpAccess); in iterate()
1542 copyPixels(inputDepthAccess, tmpDepthAccess); in iterate()
1580 copyPixels(inputStencilAccess, tmpStencilAccess); in iterate()
1624 copyPixels(inputDepthAccess, tmpDepthAccess); in iterate()
1625 copyPixels(inputStencilAccess, tmpStencilAccess); in iterate()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h792 void copyPixels(const Image &source_,const Geometry &geometry_,
/external/ImageMagick/Magick++/lib/
DImage.cpp2604 void Magick::Image::copyPixels(const Image &source_,const Geometry &geometry_, in copyPixels() function in Magick::Image