Searched defs:copyPixels (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1203 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) function in namespace:dit::__anon4878
1221 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) function in namespace:dit::__anon4878
1228 copyPixels<float>(src, dst);
1232 copyPixels<deInt32>(src, dst);
1236 copyPixels<deUint32>(src, dst);
1425 copyPixels(inputAccess, tmpAccess);
1457 copyPixels(inputDepthAccess, tmpDepthAccess);
1495 copyPixels(inputStencilAccess, tmpStencilAccess);
1539 copyPixels(inputDepthAccess, tmpDepthAccess);
1540 copyPixels(inputStencilAcces
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2604 void Magick::Image::copyPixels(const Image &source_,const Geometry &geometry_, function in class:Magick::Image

Completed in 3980 milliseconds