Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Ddemo.c349 const int xBegin = -15, xEnd = 15; in createGroundPlane() local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
365 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()