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

/system/extras/tests/framebuffer/
H A Dfb_test.c207 void draw_grid(int w, int h, void* _loc) { argument
211 uint16_t *loc = _loc;
212 uint32_t *loc32 = _loc;
242 void clear_screen(int w, int h, void* _loc) argument
246 uint16_t *loc = _loc;
247 uint32_t *loc32 = _loc;

Completed in 4 milliseconds