Searched refs:graphicsInfo (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1707 hibernate_graphics_t * graphicsInfo = gIOHibernateGraphicsInfo; local
1711 graphicsInfo->width = consoleInfo.v_width;
1712 graphicsInfo->height = consoleInfo.v_height;
1713 graphicsInfo->rowBytes = consoleInfo.v_rowBytes;
1714 graphicsInfo->depth = consoleInfo.v_depth;
1718 vars->consoleMapping, graphicsInfo->depth,
1719 graphicsInfo->width, graphicsInfo->height);
1721 ProgressInit(graphicsInfo, vars->consoleMapping,
1722 &graphicsInfo
[all...]

Completed in 15 milliseconds