OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alignmentcount
(Results
1 - 1
of
1
) sorted by null
/cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.cpp
27
int
alignmentCount
= 0;
47
alignmentCount
++;
61
if (
alignmentCount
> 0) {
62
alignment.scale(1.0f /
alignmentCount
);
Completed in 84 milliseconds