Searched defs:sizeOut (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils.cpp | 27 bool GetFileSize(const char *filePath, uint32_t *sizeOut) in GetFileSize() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 644 getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut) getBlockSize() argument
|
H A D | queryutils.cpp | 3004 void GetPointSize(const GLES1State *state, GLfloat *sizeOut) in GetPointSize() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 189 AllocateBufferOrImageMemory(vk::Context *context, VkMemoryPropertyFlags requestedMemoryPropertyFlags, VkMemoryPropertyFlags *memoryPropertyFlagsOut, const void *extraAllocationInfo, T *bufferOrImage, vk::DeviceMemory *deviceMemoryOut, VkDeviceSize *sizeOut) AllocateBufferOrImageMemory() argument 705 AllocateBufferMemory(Context *context, VkMemoryPropertyFlags requestedMemoryPropertyFlags, VkMemoryPropertyFlags *memoryPropertyFlagsOut, const void *extraAllocationInfo, Buffer *buffer, DeviceMemory *deviceMemoryOut, VkDeviceSize *sizeOut) AllocateBufferMemory() argument 718 AllocateImageMemory(Context *context, VkMemoryPropertyFlags memoryPropertyFlags, VkMemoryPropertyFlags *memoryPropertyFlagsOut, const void *extraAllocationInfo, Image *image, DeviceMemory *deviceMemoryOut, VkDeviceSize *sizeOut) AllocateImageMemory() argument
|
Completed in 11 milliseconds