Home
last modified time | relevance | path

Searched refs:initBufferForImageCopy (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp9033 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()
DContextVk.h876 angle::Result initBufferForImageCopy(vk::BufferHelper *bufferHelper,
DContextVk.cpp7451 angle::Result ContextVk::initBufferForImageCopy(vk::BufferHelper *bufferHelper, in initBufferForImageCopy() function in rx::ContextVk