Searched refs:offsetOut (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_buffer_pool.mm | 176 size_t *offsetOut, 245 if (offsetOut) 247 *offsetOut = static_cast<size_t>(mNextAllocationOffset);
|
D | mtl_buffer_pool.h | 80 size_t *offsetOut = nullptr,
|
D | ContextMtl.mm | 71 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/ |
D | BufferVk.h | 107 vk::BufferHelper &getBufferAndOffset(VkDeviceSize *offsetOut) in getBufferAndOffset() argument 110 *offsetOut = mBufferOffset; in getBufferAndOffset()
|
D | vk_helpers.h | 105 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);
|
D | vk_helpers.cpp | 2267 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/ |
D | VertexDataManager.cpp | 145 unsigned int *offsetOut) const in computeOffset() 149 *offsetOut = baseOffset; in computeOffset() 158 *offsetOut = offset.ValueOrDie(); in computeOffset()
|
D | VertexDataManager.h | 58 unsigned int *offsetOut) const;
|