Searched refs:initBufferForImageCopy (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 9033 ANGLE_TRY(contextVk->initBufferForImageCopy(currentBuffer, allocationSize, in stageSubresourceUpdateImpl() 9352 ANGLE_TRY(contextVk->initBufferForImageCopy( in reformatStagedBufferUpdates() 9821 ANGLE_TRY(contextVk->initBufferForImageCopy(currentBuffer, allocationSize, in stageSubresourceUpdateAndGetData() 9895 ANGLE_TRY(contextVk->initBufferForImageCopy(currentBuffer, allocationSize, in stageSubresourceUpdateFromFramebuffer() 10065 ANGLE_TRY(contextVk->initBufferForImageCopy( in stageResourceClearWithFormat() 11219 ANGLE_TRY(contextVk->initBufferForImageCopy(dstBuffer, bufferSize, in copyImageDataToBuffer() 11906 ANGLE_TRY(contextVk->initBufferForImageCopy(stagingBuffer, allocationSize, in readPixelsImpl()
|
D | ContextVk.h | 876 angle::Result initBufferForImageCopy(vk::BufferHelper *bufferHelper,
|
D | ContextVk.cpp | 7451 angle::Result ContextVk::initBufferForImageCopy(vk::BufferHelper *bufferHelper, in initBufferForImageCopy() function in rx::ContextVk
|