Searched defs:offsetOut (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | BufferVk.h | 107 vk::BufferHelper &getBufferAndOffset(VkDeviceSize *offsetOut) in getBufferAndOffset() argument
|
H A D | vk_helpers.h | 120 allocate(ContextVk *contextVk, size_t sizeInBytes, uint8_t **ptrOut, VkBuffer *bufferOut, VkDeviceSize *offsetOut, bool *newBufferAllocatedOut) allocate() argument
|
H A D | vk_helpers.cpp | 2265 allocateFromCurrentBuffer(size_t sizeInBytes, uint8_t **ptrOut, VkDeviceSize *offsetOut) allocateFromCurrentBuffer() argument 2291 allocateWithAlignment(ContextVk *contextVk, size_t sizeInBytes, size_t alignment, uint8_t **ptrOut, VkBuffer *bufferOut, VkDeviceSize *offsetOut, bool *newBufferAllocatedOut) allocateWithAlignment() argument 3366 getIndexBufferForDrawArrays(ContextVk *contextVk, uint32_t clampedVertexCount, GLint firstVertex, BufferHelper **bufferOut, VkDeviceSize *offsetOut) getIndexBufferForDrawArrays() argument
|
Completed in 18 milliseconds