Searched refs:copyPixels (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1203 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels() function 1221 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels() function 1228 copyPixels<float>(src, dst); in copyPixels() 1232 copyPixels<deInt32>(src, dst); in copyPixels() 1236 copyPixels<deUint32>(src, dst); in copyPixels() 1425 copyPixels(inputAccess, tmpAccess); in iterate() 1457 copyPixels(inputDepthAccess, tmpDepthAccess); in iterate() 1495 copyPixels(inputStencilAccess, tmpStencilAccess); in iterate() 1539 copyPixels(inputDepthAccess, tmpDepthAccess); in iterate() 1540 copyPixels(inputStencilAccess, tmpStencilAccess); in iterate()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 792 void copyPixels(const Image &source_,const Geometry &geometry_,
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2604 void Magick::Image::copyPixels(const Image &source_,const Geometry &geometry_, in copyPixels() function in Magick::Image
|