HomeSort by relevance Sort by last modified time
    Searched refs:blit (Results 1 - 24 of 24) sorted by null

  /external/qemu/android/skin/
surface.c 288 skin_blit_init_fill( SkinBlit* blit,
318 blit->x = x;
319 blit->y = y;
320 blit->w = w;
321 blit->h = h;
326 blit->dst_lock = dst->surface;
327 blit->dst_pitch = dst->surface->pitch;
328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch;
330 blit->src_lock = NULL
507 SkinBlit blit[1]; local
592 SkinBlit blit[1]; local
    [all...]
  /hardware/msm7k/libgralloc/
framebuffer.cpp 388 } 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.req.src.offset = 0
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 425 } 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.req.src.offset = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c 42 /* The general purpose software blit routine */
72 /* Set up source and destination buffer pointers, and BLIT! */
77 /* Set up the blit information */
94 RunBlit = src->map->sw_data->blit;
96 /* Run the actual software blit */
107 /* Blit is done! */
232 /* Figure out which of many blit routines to set up on a surface */
243 /* Figure out if an accelerated hardware blit is possible */
293 /* Get the blit function index, based on surface mode */
303 /* Check for special "identity" case -- copy blit */
    [all...]
SDL_blit.h 29 /* The structure passed to the low level blit functions */
45 /* The type definition for the low level blit functions */
50 SDL_loblit blit; member in struct:private_swaccel
54 /* Blit mapping definition */
SDL_cursor.c 571 /* Make sure we can steal the blit mapping */
576 /* Set up the blit information */
589 RunBlit = screen->map->sw_data->blit;
591 /* Run the actual software blit */
  /hardware/qcom/display/libcopybit/
copybit.h 59 /* Default blit destination is offline buffer */
61 /* and reset to '0', after calling blit/stretch */
201 * Execute the bit blit copy operation
210 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
216 * Execute the stretch bit blit copy operation
copybit.cpp 379 /** do a stretch blit type operation */
497 /** Perform a blit type operation */
542 ctx->device.blit = blit_copybit;
copybit_c2d.cpp 114 #define MAX_BLIT_OBJECT_COUNT 50 // Max. blit objects that can be passed per draw
144 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects
151 int blit_rgb_count; // Total RGB surfaces being blit
153 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit
154 int blit_count; // Total blit objects.
361 // address after the blit. Store this address
908 /* Function to check if we need a temporary buffer for the blit.
    [all...]
  /frameworks/native/cmds/flatland/
Composers.cpp 28 result = helper->getShaderProgram("Blit", &mBlitPgm);
43 bool blit(GLuint texName, const float* texMatrix, function in class:android::Blitter
155 return mBlitter.blit(texName, texMatrix, x, y, w, h);
187 return mBlitter.blit(texName, texMatrix, x, y, w, h);
  /hardware/samsung_slsi/exynos5/libcsc/
csc.c 329 struct fimg2d_blit blit; local
332 memset(&blit, 0, sizeof(blit));
333 blit.op = BLIT_OP_SRC_COPY;
334 blit.param.g_alpha = 0xFF;
335 blit.src = &g2d->src;
336 blit.dst = &g2d->dst;
337 blit.sync = BLIT_SYNC;
339 err = ioctl(g2d->fd, FIMG2D_BITBLT_BLIT, &blit);
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 145 static Uint32 blit(SDL_Surface *dst, SDL_Surface *src, int x, int y) function
167 blit(dst, src, x, y);
344 /* set some sane defaults so we can see if the blit code is broken... */
374 printf("Testing blit speed for %d seconds...\n", testSeconds);
389 elasped += blit(dest, src, randRange(0, wmax), randRange(0, hmax));
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimg2d.h 52 * @BLIT_SYNC: sync mode, to wait for blit done irq
53 * @BLIT_ASYNC: async mode, not to wait for blit done irq
233 /* end of blit operation */
241 * @TMP: temporary buffer for 2-step blit at a single command
360 * @op: blit operation mode
363 * @tmp: set when using 2-step blit at a single command
383 * @ncmd: request count in blit command queue
392 * @op: blit operation mode
393 * @sync: sync/async blit mode (currently support sync mode only)
398 * set when using 2-step blit at a single comman
452 void (*blit)(struct fimg2d_control *info); member in struct:fimg2d_control
    [all...]
  /hardware/msm7k/libcopybit/
copybit.cpp 338 /** do a stretch blit type operation */
411 /** Perform a blit type operation */
451 ctx->device.blit = blit_copybit;
  /external/kernel-headers/original/linux/
fb.h 681 /* wait for blit idle, optional */
775 void (*fb_tileblit)(struct fb_info *info, struct fb_tileblit *blit);
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 326 milliseconds