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

/hardware/msm7k/libgralloc/
H A Dframebuffer.cpp388 } blit; local
391 memset(&blit, 0, sizeof(blit));
392 blit.count = 1;
394 blit.req.flags = 0;
395 blit.req.alpha = 0xff;
396 blit.req.transp_mask = 0xffffffff;
398 blit.req.src.width = width;
399 blit.req.src.height = height;
400 blit
[all...]
/hardware/msm7k/libgralloc-qsd8k/
H A Dframebuffer.cpp425 } blit; local
428 memset(&blit, 0, sizeof(blit));
429 blit.count = 1;
431 blit.req.flags = 0;
432 blit.req.alpha = 0xff;
433 blit.req.transp_mask = 0xffffffff;
435 blit.req.src.width = width;
436 blit.req.src.height = height;
437 blit
[all...]
/hardware/qcom/display/libcopybit/
H A Dcopybit.h55 /* Default blit destination is offline buffer */
57 /* and reset to '0', after calling blit/stretch */
184 * Execute the bit blit copy operation
193 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
199 * Execute the stretch bit blit copy operation
H A Dcopybit.cpp378 /** do a stretch blit type operation */
495 /** Perform a blit type operation */
535 ctx->device.blit = blit_copybit;
H A Dcopybit_c2d.cpp857 /* Function to check if we need a temporary buffer for the blit.
890 * the blit operation.
1003 /** do a stretch blit type operation */
1273 /** Perform a blit type operation */
1370 ctx->device.blit = blit_copybit;
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp338 /** do a stretch blit type operation */
411 /** Perform a blit type operation */
451 ctx->device.blit = blit_copybit;

Completed in 270 milliseconds