Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp85 static void step_y__nop(context_t*);
408 c->step_y = step_y__nop; in pick_scanline()
1727 c->step_y = step_y__nop; in init_y()
1746 if ((c->step_y == step_y__nop) && in init_y()
1761 c->step_y = step_y__nop; in init_y_packed()
1772 c->step_y = step_y__nop; in init_y_noop()
1829 void step_y__nop(context_t* c) in step_y__nop() function