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

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
158 if (radeon->vtbl.blit(ctx,
  /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
  /hardware/ti/omap4-aah/hwc/
hal_public.h 128 /* Custom-blit components in lieu of overlay hardware */
129 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
304 /* Setup the blit command */
476 /* We don't have a memmove-type blit like some other hardware, so we'll do a
477 * rectangular blit covering a large space, then emit 1-scanline blit at the
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 150 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
304 /* Setup the blit command */
476 /* We don't have a memmove-type blit like some other hardware, so we'll do a
477 * rectangular blit covering a large space, then emit 1-scanline blit at the
  /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));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 30 * Copy/blit pixel rect between surfaces
86 * Create state object for blit.
87 * Intended to be created once and re-used for many blit() calls.
162 * Destroy a blit context
396 * Can we blit from src format to dest format with a simple copy?
469 /* See whether we will blit depth or stencil. */
689 * we blit.
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 30 * Copy/blit pixel rect between surfaces
86 * Create state object for blit.
87 * Intended to be created once and re-used for many blit() calls.
162 * Destroy a blit context
396 * Can we blit from src format to dest format with a simple copy?
469 /* See whether we will blit depth or stencil. */
689 * we blit.
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 223 mExtTexProgram.blit(mExtTextureName, texMatrix,
226 mExtTexProgram.blit(mExtTextureName, texMatrix,
233 mTexProgram.blit(mTextRenderer.getTextureName(), Program::kIdentity,
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 112 #define MAX_BLIT_OBJECT_COUNT 50 // Max. blit objects that can be passed per draw
142 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects
149 int blit_rgb_count; // Total RGB surfaces being blit
151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit
152 int blit_count; // Total blit objects.
375 // this address after the blit. Store this address
924 /* Function to check if we need a temporary buffer for the blit.
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 112 #define MAX_BLIT_OBJECT_COUNT 50 // Max. blit objects that can be passed per draw
142 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects
149 int blit_rgb_count; // Total RGB surfaces being blit
151 int blit_yuv_3_plane_count; // Total 3 plane YUV surfaces being blit
152 int blit_count; // Total blit objects.
380 // this address after the blit. Store this address
930 /* Function to check if we need a temporary buffer for the blit.
    [all...]
  /hardware/qcom/display/msm8960/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.
359 // address after the blit. Store this address
904 /* Function to check if we need a temporary buffer for the blit.
937 * the blit operation.
    [all...]
  /hardware/qcom/display/msm8974/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.
376 // this address after the blit. Store this address
923 /* Function to check if we need a temporary buffer for the blit.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_blit.c 77 SVGA_DBG(DEBUG_DMA, "blit to sid %p (%d,%d), from sid %p (%d,%d) sz %dx%d\n",
  /external/chromium_org/third_party/skia/bench/
TextBench.cpp 34 tiny -vs- large pointsize (measure blit -vs- overhead)
  /external/chromium_org/third_party/skia/src/core/
SkMaskGamma.cpp 117 //Undo what the blit blend will do.
  /external/chromium_org/ui/base/dragdrop/
drag_utils_win.cc 41 // Blit the contents of the canvas to a new HBITMAP. It is the caller's
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 77 SVGA_DBG(DEBUG_DMA, "blit to sid %p (%d,%d), from sid %p (%d,%d) sz %dx%d\n",
  /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 */
  /external/skia/bench/
TextBench.cpp 34 tiny -vs- large pointsize (measure blit -vs- overhead)
  /external/skia/src/core/
SkMaskGamma.cpp 117 //Undo what the blit blend will do.
  /external/chromium_org/third_party/mesa/src/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. */

Completed in 1152 milliseconds

1 2 3 45 6 7 8 91011>>