Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1334 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels() function
1352 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels() function
1359 copyPixels<float>(src, dst); in copyPixels()
1363 copyPixels<deInt32>(src, dst); in copyPixels()
1367 copyPixels<deUint32>(src, dst); in copyPixels()
1556 copyPixels(inputAccess, tmpAccess); in iterate()
1588 copyPixels(inputDepthAccess, tmpDepthAccess); in iterate()
1626 copyPixels(inputStencilAccess, tmpStencilAccess); in iterate()
1670 copyPixels(inputDepthAccess, tmpDepthAccess); in iterate()
1671 copyPixels(inputStencilAccess, tmpStencilAccess); in iterate()
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h55 void copyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); \
DContext_gl.cpp667 void Context::copyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in copyPixels() function in gl::Context
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h800 void copyPixels(const Image &source_,const Geometry &geometry_,
/external/ImageMagick/Magick++/lib/
DImage.cpp2639 void Magick::Image::copyPixels(const Image &source_,const Geometry &geometry_, in copyPixels() function in Magick::Image
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp1167 context->copyPixels(x, y, width, height, type); in GL_CopyPixels()