Lines Matching refs:surfaceCount
75 int surfaceCount; member
134 name << "_window" << (surfaceCount > 1 ? "s" : ""); in toName()
137 name << "_pixmap" << (surfaceCount > 1 ? "s" : ""); in toName()
140 name << "_pbuffer" << (surfaceCount > 1 ? "s" : ""); in toName()
142 if (surfaceCount > 1) in toName()
143 name << "_" << surfaceCount; in toName()
226 DE_ASSERT((int)types.size() <= m_spec.surfaceCount); in createSurfaces()
229 for (int surfaceNdx = 0; surfaceNdx < m_spec.surfaceCount; surfaceNdx++) in createSurfaces()
572 spec.surfaceCount = 1; in init()
608 spec.surfaceCount = 1; in init()
650 spec.surfaceCount = surfaceCounts[surfaceCountNdx]; in init()
701 spec.surfaceCount = surfaceCounts[surfaceCountNdx]; in init()