HomeSort by relevance Sort by last modified time
    Searched refs:blit (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.h 132 struct blit_state *blit; member in struct:vg_context
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h 132 struct blit_state *blit; member in struct:vg_context
  /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...]
  /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::__anon13333
radeon_context.c 157 radeon->vtbl.blit = r100_blit;
radeon_fbo.c 269 /* Make a temporary buffer and blit the current contents of the renderbuffer
281 ok = rmesa->vtbl.blit(ctx, rrb->bo, rrb->draw_offset,
442 ok = rmesa->vtbl.blit(ctx, rrb->map_bo, 0,
  /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::__anon23800
radeon_context.c 157 radeon->vtbl.blit = r100_blit;
radeon_fbo.c 269 /* Make a temporary buffer and blit the current contents of the renderbuffer
281 ok = rmesa->vtbl.blit(ctx, rrb->bo, rrb->draw_offset,
442 ok = rmesa->vtbl.blit(ctx, rrb->map_bo, 0,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_context.c 191 radeon->vtbl.blit = r200_blit;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 191 radeon->vtbl.blit = r200_blit;
  /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_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 */
  /external/chromium_org/ui/gfx/
gfx.target.darwin-arm.mk 42 ui/gfx/blit.cc \
gfx.target.darwin-mips.mk 42 ui/gfx/blit.cc \
gfx.target.darwin-x86.mk 42 ui/gfx/blit.cc \
gfx.target.linux-arm.mk 42 ui/gfx/blit.cc \
gfx.target.linux-mips.mk 42 ui/gfx/blit.cc \
gfx.target.linux-x86.mk 42 ui/gfx/blit.cc \
  /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;
  /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;
  /hardware/qcom/display/msm8x26/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/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 650 * by using a stretched blit automatically.
813 void blit(struct pipe_surface* surf, struct pipe_sampler_view* view, unsigned x, unsigned y, unsigned w, unsigned h) function in struct:dxgi_blitter
    [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/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 650 * by using a stretched blit automatically.
813 void blit(struct pipe_surface* surf, struct pipe_sampler_view* view, unsigned x, unsigned y, unsigned w, unsigned h) function in struct:dxgi_blitter
    [all...]

Completed in 952 milliseconds

12 3