/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 93 rec.layerCount, rec.format, rec.usage, rec.requestorName.c_str()); in dump() 98 rec.format, rec.usage, rec.requestorName.c_str()); in dump() 117 std::string requestorName, bool importBuffer) { in allocateHelper() argument 140 status_t error = mAllocator->allocate(requestorName, width, height, format, layerCount, usage, in allocateHelper() 173 rec.requestorName = std::move(requestorName); in allocateHelper() 181 std::string requestorName) { in allocate() argument 182 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocate() 189 uint32_t* stride, std::string requestorName) { in allocateRawHandle() argument 190 return allocateHelper(width, height, format, layerCount, usage, handle, stride, requestorName, in allocateRawHandle() 198 uint64_t /*graphicBufferId*/, std::string requestorName) { in allocate() argument [all …]
|
D | GraphicBuffer.cpp | 79 PixelFormat inFormat, uint32_t inUsage, std::string requestorName) in GraphicBuffer() argument 80 : GraphicBuffer(inWidth, inHeight, inFormat, 1, static_cast<uint64_t>(inUsage), requestorName) in GraphicBuffer() 85 uint32_t inLayerCount, uint64_t inUsage, std::string requestorName) in GraphicBuffer() argument 88 std::move(requestorName)); in GraphicBuffer() 182 std::string requestorName) in initWithSize() argument 188 std::move(requestorName)); in initWithSize()
|
D | Gralloc4.cpp | 1068 status_t Gralloc4Allocator::allocate(std::string requestorName, uint32_t width, uint32_t height, in allocate() argument 1073 sBufferDescriptorInfo(requestorName, width, height, format, layerCount, usage, &descriptorInfo); in allocate()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferAllocator.h | 52 std::string requestorName); 63 std::string requestorName); 71 std::string requestorName); 89 std::string requestorName; member 94 std::string requestorName, bool importBuffer);
|
D | GraphicBuffer.h | 95 std::string requestorName = "<Unknown>"); 144 uint32_t inUsage, std::string requestorName = "<Unknown>"); 246 uint64_t inUsage, std::string requestorName);
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferAllocator.h | 52 std::string requestorName); 63 std::string requestorName); 71 std::string requestorName); 89 std::string requestorName; member 94 std::string requestorName, bool importBuffer);
|
D | GraphicBuffer.h | 95 std::string requestorName = "<Unknown>"); 144 uint32_t inUsage, std::string requestorName = "<Unknown>"); 246 uint64_t inUsage, std::string requestorName);
|
D | Gralloc2.h | 83 status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
|
D | Gralloc3.h | 84 status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
|
D | Gralloc.h | 269 virtual status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
|
D | Gralloc4.h | 197 status_t allocate(std::string requestorName, uint32_t width, uint32_t height,
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlingerDefaultFactory.cpp | 100 uint64_t usage, std::string requestorName) { in createGraphicBuffer() argument 101 return new GraphicBuffer(width, height, format, layerCount, usage, requestorName); in createGraphicBuffer()
|
D | SurfaceFlingerDefaultFactory.h | 43 std::string requestorName) override;
|
D | SurfaceFlingerFactory.h | 89 uint64_t usage, std::string requestorName) = 0;
|
/frameworks/native/libs/ui/tests/mock/ |
D | MockGrallocAllocator.h | 37 (std::string requestorName, uint32_t width, uint32_t height, PixelFormat format,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 110 std::string requestorName) override { in createGraphicBuffer() argument 111 return new GraphicBuffer(width, height, format, layerCount, usage, requestorName); in createGraphicBuffer()
|