Home
last modified time | relevance | path

Searched refs:step_y__nop (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/
Dscanline.cpp91 static void step_y__nop(context_t*);
426 c->step_y = step_y__nop; in pick_scanline()
1745 c->step_y = step_y__nop; in init_y()
1764 if ((c->step_y == step_y__nop) && in init_y()
1779 c->step_y = step_y__nop; in init_y_packed()
1790 c->step_y = step_y__nop; in init_y_noop()
1847 void step_y__nop(context_t* c) in step_y__nop() function