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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 58 * that the incoming data is not in a PBO. With the XY_TEXT blit
195 /* The blit path produces incorrect results when depth testing is on.
196 * It seems the blit Z coord is always 1.0 (the far plane) so fragments
309 * Blit:
314 * - blit per cliprect, subject to maximum immediate data size.
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_Blitter.h 87 // Blit a horizontal run of one or more pixels.
95 // Blit a horizontal run of antialiased pixels; runs[] is a *sparse*
102 // Make sure that the new row to blit is either the first
104 // since the last row that we blit. This is to ensure that when
143 // Blit a vertical run of pixels with a constant alpha value.
160 // Blit a solid rectangle one or more pixels wide. It's assumed that blitRect
227 // Blit top row
236 // Blit middle
278 // Blit a rectangle with one alpha-blended column on the left,
299 // Blit a pattern of pixels defined by a rectangle-clipped mask; We make a
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 298 /* Blit the sprite onto the screen */
431 /* Run a sample blit to trigger blit acceleration */
434 printf("Sprite blit uses hardware alpha acceleration\n");
436 printf("Sprite blit dosn't uses hardware alpha acceleration\n");
541 printf("%d alpha blits, ~%4.4f ms per blit\n",
  /external/chromium_org/ui/gfx/
blit_unittest.cc 9 #include "ui/gfx/blit.h"
61 TEST(Blit, ScrollCanvas) {
146 TEST(Blit, WithSharedMemory) {
  /external/deqp/modules/gles3/functional/
es3fScissorTests.cpp 115 addChild(createFramebufferBlitTest(tc, rc, "framebuffer_blit_center", "Blit to default framebuffer, scissor away edges", Vec4(0.1f, 0.1f, 0.8f, 0.8f)));
116 addChild(createFramebufferBlitTest(tc, rc, "framebuffer_blit_corner", "Blit to default framebuffer, scissor all but a corner", Vec4(0.6f, 0.6f, 0.5f, 0.5f)));
117 addChild(createFramebufferBlitTest(tc, rc, "framebuffer_blit_none", "Blit to default framebuffer, scissor area outside screen", Vec4(1.6f, 0.6f, 0.5f, 0.5f)));
es3fFramebufferBlitTests.hpp 23 * \brief Framebuffer blit tests.
  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 194 * data.bv.list List of HWC layers to blit, only HWC_OVERLAY layers
200 * Perform actual blits where each blit is a subregion - this is a test mode
218 * Regionizer blit data structures
  /external/chromium_org/cc/output/
software_output_device.h 54 // Blit the pixel content of the SoftwareOutputDevice by |delta| with the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
TODO 45 - Switch to the blitter for those buggy blit copies
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 66 * This is intended to restore state after a blit-like operation.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_helper.h 81 * Perform a gallium copy blit between the back left and front left
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_winsys.h 83 * Blit the color buffer into a shared surface.
  /external/mesa3d/src/gallium/drivers/i915/
TODO 45 - Switch to the blitter for those buggy blit copies
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 66 * This is intended to restore state after a blit-like operation.
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.h 81 * Perform a gallium copy blit between the back left and front left
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_winsys.h 83 * Blit the color buffer into a shared surface.
  /external/qemu/android/skin/
composer.c 277 * then we do an opaque blit of 'intersection(updated,region)', then removing it from 'updated'
279 * after that, we make a DSTOVER blit of 'intersection(drawn,region)'
303 /* inter(updated,region) => opaque blit + remove 'region' from 'updated'*/
312 /* inter(drawn,region) => DSTOVER blit + if non-opaque add it to 'drawn' */
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */
347 static void meta_glsl_blit_cleanup(struct gl_context *ctx, struct blit_state *blit);
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit);
1399 struct blit_state *blit = &ctx->Meta->Blit; local
1579 struct blit_state *blit = &ctx->Meta->Blit; local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 337 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */
347 static void meta_glsl_blit_cleanup(struct gl_context *ctx, struct blit_state *blit);
442 meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit);
1399 struct blit_state *blit = &ctx->Meta->Blit; local
1579 struct blit_state *blit = &ctx->Meta->Blit; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_surface.c 82 "blit dest");
89 "blit src");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_clear.c 139 * depth/stencil buffer in a layout we can't blit to.
176 debug_mask("blit", blit_mask);
  /external/chromium_org/third_party/mesa/src/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/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 82 "blit dest");
89 "blit src");
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c 139 * depth/stencil buffer in a layout we can't blit to.
176 debug_mask("blit", blit_mask);

Completed in 2682 milliseconds

1 2 34 5 6 7 8 91011>>