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

/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Ddemo.c347 long currentVertex, currentQuad; local
357 currentVertex = 0;
422 for (i = currentVertex * 3;
423 i < (currentVertex + 6) * 3;
430 for (i = currentVertex * 4;
431 i < (currentVertex + 6) * 4;
445 result->vertexArray[currentVertex * 3] = pa.x;
446 result->vertexArray[currentVertex * 3 + 1] = pa.y;
447 result->vertexArray[currentVertex * 3 + 2] = pa.z;
448 ++currentVertex;
492 long currentVertex, currentQuad; local
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DTriangleCollector.java152 int currentVertex = 0;
168 newIndices[0] = currentVertex++;
176 newIndices[1] = currentVertex++;
184 newIndices[2] = currentVertex++;
227 vb.compact(currentVertex);
/external/skia/src/utils/
H A DSkNinePatch.cpp51 SkScalar currentVertex,
55 SkScalar delta = currentVertex - prevVertex;
50 computeVertexDelta(bool isStretchyVertex, SkScalar currentVertex, SkScalar prevVertex, SkScalar stretchFactor) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 133 milliseconds