Searched refs:copyPixels (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1334 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/ |
D | Context_gl_1_autogen.h | 55 void copyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); \
|
D | Context_gl.cpp | 667 void Context::copyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in copyPixels() function in gl::Context
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 800 void copyPixels(const Image &source_,const Geometry &geometry_,
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2639 void Magick::Image::copyPixels(const Image &source_,const Geometry &geometry_, in copyPixels() function in Magick::Image
|
/external/angle/src/libGLESv2/ |
D | entry_points_gl_1_autogen.cpp | 1167 context->copyPixels(x, y, width, height, type); in GL_CopyPixels()
|