Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Ddemo.c348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
363 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()