Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h55 void copyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); \
DContext_gl.cpp887 void Context::copyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in copyPixels() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp1169 context->copyPixels(x, y, width, height, type); in GL_CopyPixels()