Searched refs:sBufferDescriptorInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/ui/ |
D | Gralloc3.cpp | 63 static inline void sBufferDescriptorInfo(uint32_t width, uint32_t height, in sBufferDescriptorInfo() function 168 sBufferDescriptorInfo(width, height, format, layerCount, usage, &descriptorInfo); in validateBufferSize() 326 sBufferDescriptorInfo(width, height, format, layerCount, usage, &descriptorInfo); in isSupported() 377 sBufferDescriptorInfo(width, height, format, layerCount, usage, &descriptorInfo); in allocate()
|
D | Gralloc4.cpp | 140 static inline status_t sBufferDescriptorInfo(std::string name, uint32_t width, uint32_t height, in sBufferDescriptorInfo() function 228 if (auto error = sBufferDescriptorInfo("validateBufferSize", width, height, format, layerCount, in validateBufferSize() 442 if (sBufferDescriptorInfo("isSupported", width, height, format, layerCount, usage, in isSupported() 1046 if (auto error = sBufferDescriptorInfo(requestorName, width, height, format, layerCount, usage, in allocate()
|