Lines Matching defs:AllocationRequest
540 struct AllocationRequest { struct
541 std::string_view name;
542 PlaneLayout plane[3];
543 PlaneLayoutComponent planeComponent[4];
544 size_t imageSizeInBytes = 0;
545 size_t reservedRegionSize = 0;
546 uint64_t usage = 0;
547 uint32_t width = 0;
548 uint32_t height = 0;
549 uint32_t stride0 = 0;
550 uint32_t drmFormat = DRM_FORMAT_INVALID;
551 PixelFormat format = PixelFormat::UNSPECIFIED;
552 int glFormat = -1;
553 int glType = -1;
554 int rcAllocFormat = -1;
555 EmulatorFrameworkFormat emuFwkFormat = EmulatorFrameworkFormat::GL_COMPATIBLE;
556 uint8_t planeSize = 0;