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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1748 hibernate_graphics_t * graphicsInfo = gIOHibernateGraphicsInfo; local
1752 graphicsInfo->width = consoleInfo.v_width;
1753 graphicsInfo->height = consoleInfo.v_height;
1754 graphicsInfo->rowBytes = consoleInfo.v_rowBytes;
1755 graphicsInfo->depth = consoleInfo.v_depth;
1759 vars->consoleMapping, graphicsInfo->depth,
1760 graphicsInfo->width, graphicsInfo->height);
1762 ProgressInit(graphicsInfo, vars->consoleMapping,
1763 &graphicsInfo
[all...]

Completed in 201 milliseconds