Searched refs:makeDescriptor (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/ui/ |
D | Gralloc5.cpp | 199 static std::optional<BufferDescriptorInfo> makeDescriptor(std::string requestorName, uint32_t width, in makeDescriptor() function 246 auto descriptorInfo = makeDescriptor(request.requestorName, request.width, request.height, in allocate() 731 auto descriptorInfo = makeDescriptor("", width, height, format, layerCount, usage); in isSupported()
|