OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawCell
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c
112
void
DrawCell
(int32_t x, int32_t y) {
143
DrawCell
(x + dx, y + dy);
171
DrawCell
(location.x, location.y);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c
119
void
DrawCell
(int32_t x, int32_t y) {
150
DrawCell
(x + dx, y + dy);
178
DrawCell
(location.x, location.y);
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc
107
void
DrawCell
(int32_t x, int32_t y);
185
void Life::
DrawCell
(int32_t x, int32_t y) {
212
DrawCell
(x + dx, y + dy);
264
DrawCell
(location.x, location.y);
Completed in 144 milliseconds