Home
last modified time | relevance | path

Searched refs:copyAndConvert (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.h210 angle::Result copyAndConvert(const gl::Context *context,
DBlit11.cpp1201 return copyAndConvert(context, source, sourceSubresource, sourceArea, sourceSize, dest, in copyDepthStencilImpl()
1207 return copyAndConvert(context, source, sourceSubresource, sourceArea, sourceSize, dest, in copyDepthStencilImpl()
1212 return copyAndConvert(context, source, sourceSubresource, sourceArea, sourceSize, dest, in copyDepthStencilImpl()
1281 angle::Result Blit11::copyAndConvert(const gl::Context *context, in copyAndConvert() function in rx::Blit11