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

/system/core/libpixelflinger/
H A Dscanline.cpp80 static void init_y_noop(context_t*, int32_t);
180 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
183 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
187 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
191 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
195 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
240 "(nop) alpha test", scanline_noop, init_y_noop },
243 "(nop) depth test", scanline_noop, init_y_noop },
246 "(nop) logic_op", scanline_noop, init_y_noop },
249 "(nop) color mask", scanline_noop, init_y_noop },
1769 void init_y_noop(context_t* c, int32_t y0) function in namespace:android
[all...]

Completed in 50 milliseconds