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

/system/core/libpixelflinger/
H A Dscanline.cpp73 static void init_y_noop(context_t*, int32_t);
169 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
172 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
176 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
180 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
184 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
229 "(nop) alpha test", scanline_noop, init_y_noop },
232 "(nop) depth test", scanline_noop, init_y_noop },
235 "(nop) logic_op", scanline_noop, init_y_noop },
238 "(nop) color mask", scanline_noop, init_y_noop },
1748 void init_y_noop(context_t* c, int32_t y0) function in namespace:android
[all...]

Completed in 17 milliseconds