OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randomuint
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/tests/angeles/
demo.c
51
static unsigned long
randomUInt
()
218
baseColor[a] = ((
randomUInt
() % 155) + 100) / 255.f;
369
color = (GLubyte)((
randomUInt
() & 0x5f) + 81); // 101 1111
576
int curShape =
randomUInt
() % SUPERSHAPE_COUNT;
584
glRotatex((GLfixed)((
randomUInt
() % 360) << 16), 0, 0, 1 << 16);
/ndk/samples/san-angeles/jni/
demo.c
51
static unsigned long
randomUInt
()
218
baseColor[a] = ((
randomUInt
() % 155) + 100) / 255.f;
369
color = (GLubyte)((
randomUInt
() & 0x5f) + 81); // 101 1111
576
int curShape =
randomUInt
() % SUPERSHAPE_COUNT;
584
glRotatex((GLfixed)((
randomUInt
() % 360) << 16), 0, 0, 1 << 16);
Completed in 159 milliseconds