Searched refs:mapImpl (Results 1 – 7 of 7) sorted by relevance
97 angle::Result mapImpl(ContextVk *contextVk, void **mapPtr);
329 return mapImpl(vk::GetImpl(context), mapPtr); in map()341 angle::Result BufferVk::mapImpl(ContextVk *contextVk, void **mapPtr) in mapImpl() function in rx::BufferVk
420 ANGLE_TRY(srcBuffer->mapImpl(contextVk, &src)); in convertVertexBufferCPU()747 ANGLE_TRY(bufferVk->mapImpl(contextVk, &buffSrc)); in updateStreamedAttribs()
592 ANGLE_TRY(mapImpl(contextVk)); in map()629 angle::Result mapImpl(ContextVk *contextVk);
1453 ANGLE_TRY(elementArrayBufferVk->mapImpl(contextVk, &srcDataMapping)); in getIndexBufferForElementArrayBuffer()1838 angle::Result BufferHelper::mapImpl(ContextVk *contextVk) in mapImpl() function in rx::vk::BufferHelper3696 ANGLE_TRY(packBufferVk->mapImpl(contextVk, &mapPtr)); in readPixels()
279 ANGLE_TRY(unpackBufferVk->mapImpl(contextVk, &mapPtr)); in setSubImageImpl()
1012 ANGLE_TRY(bufferVk->mapImpl(this, reinterpret_cast<void **>(&src))); in setupIndexedDraw()