Home
last modified time | relevance | path

Searched refs:surfaceCount (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglMakeCurrentPerfTests.cpp75 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()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java89 final int surfaceCount = startPoints.getCount(); in update() local
90 if (collision != null && surfaceCount > 0) { in update()
97 for (int x = 0; x < surfaceCount; x++) { in update()