HomeSort by relevance Sort by last modified time
    Searched full:blit (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /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/docs/html/
sdlsetcolorkey.html 125 disables RLE blit acceleration.</P
167 blit.</P
sdlgetcliprect.html 124 destination of a blit, only the area within the clip rectangle is
sdlsetcliprect.html 124 destination of a blit, only the area within the clip rectangle will be
sdlsurface.html 457 >Surface blit uses hardware acceleration</TD
496 >Surface blit uses alpha blending</TD
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.vcproj 188 RelativePath=".\Blit.cpp"
266 RelativePath=".\Blit.h"
Context.h 53 class Blit;
435 Blit *getBlitter() { return mBlit; }
473 Blit *mBlit;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
DrawQuadData.h 43 Blit // 1:1 straight pixel blit
TransferQueue.cpp 203 TextureQuadData data(srcTexId, GL_NEAREST, srcTexTarget, Blit, 0, 0, 1.0, false);
326 // the texture and blit that into each Tile's texture.
352 // guarantee that we have a texture to blit into
372 ALOGV("Blit tile x, y %d %d with dest texture %p to destTexture->m_ownTextureId %d",
Surface.cpp 313 // If we have a surface backing that isn't ready, we can't update with a blit
446 // tile's screen rect so that we end up with the pixels we need to blit
453 // Make sure the screen area we want to blit is contained by the
  /hardware/ti/omap4xxx/hwc/
hal_public.h 128 /* Custom-blit components in lieu of overlay hardware */
129 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
  /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/qcom/display/libcopybit/
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...]
copybit.cpp 379 /** do a stretch blit type operation */
497 /** Perform a blit type operation */
542 ctx->device.blit = blit_copybit;
  /external/chromium/webkit/glue/media/
video_renderer_impl.h 52 // Slow paint does a YUV => RGB, and scaled blit in two separate operations.
  /external/qemu/distrib/sdl-1.2.15/src/video/
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_RLEaccel.c 45 * <run> is the number of opaque pixels to blit,
121 * Various colorkey blit methods, for opaque and per-surface alpha
592 /* source and destination not in phase, blit one by one */ \
839 /* blit a colorkeyed RLE surface */
901 /* if left or right edge clipping needed, call clip blit */
1014 /* blit a pixel-alpha RLE surface clipped at the right and/or left edges */
1032 /* blit opaque pixels on one line */ \
1060 /* blit translucent pixels on the same line */ \
    [all...]
SDL_blit_N.c 29 /* Functions to blit from N-bit surfaces to other surfaces */
855 /* Heheheh, we coerce Hermes into using SDL blit information */
866 /* Special optimized blit for RGB 8-8-8 --> RGB 3-3-2 */
970 /* Special optimized blit for RGB 8-8-8 --> RGB 5-5-5 */
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformContextCairo.cpp 71 // going to blit the current surface contents onto the new group once we push it.
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 158 context->Blit((wxCoord)dstIntRect.x(),(wxCoord)dstIntRect.y(), (wxCoord)dstIntRect.width(), (wxCoord)dstIntRect.height(), &mydc,
227 context->Blit((wxCoord)dstRect.x() + currentW, (wxCoord)dstRect.y() + currentH,
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 76 // create another texture for that colorbuffer for blit
205 // Now bind the frame buffer context and blit from
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 519 // So, don't blit now!
521 printf("WM_PAINT : Skipping blit while resizing (Pre!)!\n"); fflush(stdout);
535 // Re-blit the modified area!
549 // But only blit if the window is not resizable, or if
564 // So, don't blit now!
566 printf("WM_PAINT : Skipping blit while resizing!\n"); fflush(stdout);
656 // So, don't blit now!
658 printf("WM_FSLIBNOTIFICATION : Can not blit if there is no surface, doing nothing.\n"); fflush(stdout);
669 // But only blit if the window is not resizable, or if
685 // So, don't blit now
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 221 /* FIXME: Add hardware accelerated blit information */
223 printf("Hardware accelerated blit: %savailable\n", modeinfo->haveblit ? "" : "not ");
439 /* Set the blit function */
  /external/webkit/Source/WebCore/platform/
ScrollView.h 79 // Returns a clip rect in host window coordinates. Used to clip the blit on a scroll.
142 // Whether or not a scroll view will blit visible contents when it is scrolled. Blitting is disabled in situations
351 // whether it is safe to blit on scroll.
  /hardware/msm7k/libcopybit/
copybit.cpp 338 /** do a stretch blit type operation */
411 /** Perform a blit type operation */
451 ctx->device.blit = blit_copybit;

Completed in 4644 milliseconds

1 23 4 5 6 7