Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dboing.c546 const int rowTotal = 12; /* must be divisible by 2 */ in DrawGrid() local
547 const int colTotal = rowTotal; /* must be same as rowTotal */ in DrawGrid()
549 const GLfloat sizeCell = GRID_SIZE / rowTotal; in DrawGrid()
591 for ( row = 0; row <= rowTotal; row++ ) in DrawGrid()

Completed in 2 milliseconds