Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1203 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++/
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