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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1797 bool needAlloc; local
1839 needAlloc = (0 == __private->gammaDataLen);
1840 if (!needAlloc)
1847 needAlloc = true;
1853 if (needAlloc)
2003 bool needAlloc; local
2013 needAlloc = (0 == inst->__private->clutDataLen);
2014 if (!needAlloc)
2019 needAlloc = true;
2024 if (needAlloc)
[all...]

Completed in 127 milliseconds