Searched refs:copyImageInternal (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 2458 angle::Result Renderer11::copyImageInternal(const gl::Context *context, in copyImageInternal() function in rx::Renderer11 2545 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImage2D() 2571 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImageCube() 2596 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImage3D() 2621 ANGLE_TRY(copyImageInternal(context, framebuffer, sourceRect, destFormat, destOffset, in copyImage2DArray()
|
D | Renderer11.h | 524 angle::Result copyImageInternal(const gl::Context *context,
|