Home
last modified time | relevance | path

Searched refs:offsetOut (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_buffer_pool.mm176 size_t *offsetOut,
245 if (offsetOut)
247 *offsetOut = static_cast<size_t>(mNextAllocationOffset);
Dmtl_buffer_pool.h80 size_t *offsetOut = nullptr,
DContextMtl.mm71 uint32_t *offsetOut,
82 *offsetOut = static_cast<uint32_t>(offset);
92 uint32_t *offsetOut)
99 *offsetOut = static_cast<uint32_t>(offset);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.h107 vk::BufferHelper &getBufferAndOffset(VkDeviceSize *offsetOut) in getBufferAndOffset() argument
110 *offsetOut = mBufferOffset; in getBufferAndOffset()
Dvk_helpers.h105 bool allocateFromCurrentBuffer(size_t sizeInBytes, uint8_t **ptrOut, VkDeviceSize *offsetOut);
116 VkDeviceSize *offsetOut,
124 VkDeviceSize *offsetOut, in allocate() argument
128 offsetOut, newBufferAllocatedOut); in allocate()
641 VkDeviceSize *offsetOut);
Dvk_helpers.cpp2267 VkDeviceSize *offsetOut) in allocateFromCurrentBuffer() argument
2270 ASSERT(offsetOut); in allocateFromCurrentBuffer()
2285 *offsetOut = static_cast<VkDeviceSize>(mNextAllocationOffset); in allocateFromCurrentBuffer()
2296 VkDeviceSize *offsetOut, in allocateWithAlignment() argument
2372 if (offsetOut != nullptr) in allocateWithAlignment()
2374 *offsetOut = static_cast<VkDeviceSize>(mNextAllocationOffset); in allocateWithAlignment()
3370 VkDeviceSize *offsetOut) in getIndexBufferForDrawArrays() argument
3378 offsetOut, nullptr)); in getIndexBufferForDrawArrays()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp145 unsigned int *offsetOut) const in computeOffset()
149 *offsetOut = baseOffset; in computeOffset()
158 *offsetOut = offset.ValueOrDie(); in computeOffset()
DVertexDataManager.h58 unsigned int *offsetOut) const;