HomeSort by relevance Sort by last modified time
    Searched full:blit (Results 126 - 150 of 383) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 187 * in a different order, therefore we do detiling using a blit. */
190 /* Always referenced in the blit. */
  /frameworks/av/cmds/screenrecord/
Program.cpp 203 status_t Program::blit(GLuint texName, const float* texMatrix, function in class:Program
205 ALOGV("Program::blit %d xy=%d,%d wh=%d,%d", texName, x, y, w, h);
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 252 /* Custom-blit components in lieu of overlay hardware */
253 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
PixMapWrapper.py 149 def blit(self, x1=0,y1=0,x2=None,y2=None, port=None): member in class:PixMapWrapper
217 pm.blit(20,20)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 77 // create another texture for that colorbuffer for blit
192 // Now bind the frame buffer context and blit from
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 409 ALOGE("%s: Blit call failed", __FUNCTION__);
420 /** do a stretch blit type operation */
525 //Before freeing the buffer we need buffer passed through blit call
540 /** Perform a blit type operation */
693 ALOGE("%s: Blit call failed", __FUNCTION__);
721 ctx->device.blit = blit_copybit;
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 409 ALOGE("%s: Blit call failed", __FUNCTION__);
420 /** do a stretch blit type operation */
525 //Before freeing the buffer we need buffer passed through blit call
540 /** Perform a blit type operation */
693 ALOGE("%s: Blit call failed", __FUNCTION__);
721 ctx->device.blit = blit_copybit;
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 403 ALOGE("%s: Blit call failed", __FUNCTION__);
415 /** do a stretch blit type operation */
521 //Before freeing the buffer we need buffer passed through blit call
538 /** Perform a blit type operation */
578 ALOGE("%s: Blit call failed", __FUNCTION__);
602 ctx->device.blit = blit_copybit;
  /external/qemu/distrib/sdl-1.2.15/src/video/
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 597 /* blit/render/decompress */
598 util_blit_pixels_tex(st->blit,
844 * to be used during the blit.
857 * copy/blit to that texture, we only want to copy the Alpha channel
908 * Do a CopyTex[Sub]Image1/2/3D() using a hardware (blit) path if possible.
974 * framebuffer's alpha values). We can't do that with the blit or
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 597 /* blit/render/decompress */
598 util_blit_pixels_tex(st->blit,
844 * to be used during the blit.
857 * copy/blit to that texture, we only want to copy the Alpha channel
908 * Do a CopyTex[Sub]Image1/2/3D() using a hardware (blit) path if possible.
974 * framebuffer's alpha values). We can't do that with the blit or
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE4_asm.S 45 * This function is divided into six blocks: initialization, blit 4-15 pixels,
46 * blit 0-3 pixels, align destination for 16+ pixel blits,
47 * blit 16+ pixels with source unaligned, blit 16+ pixels with source aligned.
212 // Handle bigger blit operations (16+ pixels)
SkBlitRow_opts_SSE4_x64_asm.S 33 * This function is divided into six blocks: initialization, blit 4-15 pixels,
34 * blit 0-3 pixels, align destination for 16+ pixel blits,
35 * blit 16+ pixels with source unaligned, blit 16+ pixels with source aligned.
197 // Handle bigger blit operations (16+ pixels)
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c 141 ctx->blit = util_create_blit(ctx->pipe, ctx->cso_context);
150 util_destroy_blit(ctx->blit);
460 util_blit_pixels_tex(ctx->blit,
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 141 ctx->blit = util_create_blit(ctx->pipe, ctx->cso_context);
150 util_destroy_blit(ctx->blit);
460 util_blit_pixels_tex(ctx->blit,
  /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 */
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 379 /** do a stretch blit type operation */
495 /** Perform a blit type operation */
540 ctx->device.blit = blit_copybit;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.h 169 * Check if the blitter (with the help of the driver) can blit between
226 * NOTE: There are no checks whether the blit is actually supported.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 68 /* The blit width for texture uploads
478 unsigned (*blit)(struct gl_context *ctx, member in struct:radeon_context::__anon19122
  /external/chromium_org/ui/gfx/
BUILD.gn 53 "blit.cc",
54 "blit.h",
gfx.gyp 129 'blit.cc',
130 'blit.h',
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 169 * Check if the blitter (with the help of the driver) can blit between
226 * NOTE: There are no checks whether the blit is actually supported.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 68 /* The blit width for texture uploads
478 unsigned (*blit)(struct gl_context *ctx, member in struct:radeon_context::__anon11606
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlsurface.html 457 >Surface blit uses hardware acceleration</TD
496 >Surface blit uses alpha blending</TD

Completed in 580 milliseconds

1 2 3 4 56 7 8 91011>>