Searched refs:destMapping (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 1249 D3D11_MAPPED_SUBRESOURCE destMapping; in copyAndConvertImpl() local 1251 mRenderer->mapResource(context, destStaging.get(), 0, D3D11_MAP_WRITE, 0, &destMapping); in copyAndConvertImpl() 1271 destMapping.RowPitch, readOffset, writeOffset, copySize, srcPixelStride, in copyAndConvertImpl() 1273 static_cast<uint8_t *>(destMapping.pData)); in copyAndConvertImpl()
|