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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_BlitSurface.3 3 SDL_BlitSurface \- This performs a fast blit from the source surface to the destination surface\&.
11 This performs a fast blit from the source surface to the destination surface\&.
17 The final blit rectangle is saved in \fBdstrect\fR after all clipping is performed (\fBsrcrect\fR is not modified)\&.
19 The blit function should not be called on a locked surface\&.
26 blit using per-pixel alpha, ignoring any colour key
29 blit using the colour key AND the per-surface alpha value
31 blit using the per-surface alpha value
35 blit using the colour key
37 ordinary opaque rectangular blit
43 If the blit is successful, it returns \fB0\fR, otherwise it returns \fB-1\fR\&
    [all...]
SDL_DisplayYUVOverlay.3 3 SDL_DisplayYUVOverlay \- Blit the overlay to the display
11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
SDL_GetClipRect.3 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
SDL_SetColorKey.3 11 Sets the color key (transparent pixel) in a blittable surface and enables or disables RLE blit acceleration\&.
15 If \fBflag\fR is \fBSDL_SRCCOLORKEY\fP then \fBkey\fR is the transparent pixel value in the source image of a blit\&.
SDL_DisplayFormat.3 13 If you want to take advantage of hardware colorkey or alpha blit acceleration, you should set the colorkey and alpha value before calling this function\&.
SDL_Flip.3 11 On hardware that supports double-buffering, this function sets up a flip and returns\&. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return\&. On hardware that doesn\&'t support double-buffering, this is equivalent to calling \fISDL_UpdateRect\fR\fB(screen, 0, 0, 0, 0)\fR
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 451 nv50_blitctx_make_vp(struct nv50_blitctx *blit)
467 blit->vp.type = PIPE_SHADER_VERTEX;
468 blit->vp.translated = TRUE;
469 blit->vp.code = (uint32_t *)code; /* const_cast */
470 blit->vp.code_size = sizeof(code);
471 blit->vp.max_gpr = 4;
472 blit->vp.max_out = 5;
473 blit->vp.out_nr = 2;
474 blit->vp.out[0].mask = 0x3;
475 blit->vp.out[0].sn = TGSI_SEMANTIC_POSITION
868 struct nv50_blitctx *blit = screen->blitctx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 451 nv50_blitctx_make_vp(struct nv50_blitctx *blit)
467 blit->vp.type = PIPE_SHADER_VERTEX;
468 blit->vp.translated = TRUE;
469 blit->vp.code = (uint32_t *)code; /* const_cast */
470 blit->vp.code_size = sizeof(code);
471 blit->vp.max_gpr = 4;
472 blit->vp.max_out = 5;
473 blit->vp.out_nr = 2;
474 blit->vp.out[0].mask = 0x3;
475 blit->vp.out[0].sn = TGSI_SEMANTIC_POSITION
868 struct nv50_blitctx *blit = screen->blitctx; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 472 nvc0_blitctx_make_vp(struct nvc0_blitctx *blit)
483 blit->vp.type = PIPE_SHADER_VERTEX;
484 blit->vp.translated = TRUE;
485 blit->vp.code = (uint32_t *)code; /* no relocations -> no modification */
486 blit->vp.code_size = sizeof(code);
487 blit->vp.max_gpr = 6;
488 blit->vp.vp.edgeflag = PIPE_MAX_ATTRIBS;
490 blit->vp.hdr[0] = 0x00020461; /* vertprog magic */
491 blit->vp.hdr[4] = 0x000ff000; /* no outputs read */
492 blit->vp.hdr[6] = 0x0000003f; /* a[0x80], a[0x90] *
954 struct nvc0_blitctx *blit = screen->blitctx; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 472 nvc0_blitctx_make_vp(struct nvc0_blitctx *blit)
483 blit->vp.type = PIPE_SHADER_VERTEX;
484 blit->vp.translated = TRUE;
485 blit->vp.code = (uint32_t *)code; /* no relocations -> no modification */
486 blit->vp.code_size = sizeof(code);
487 blit->vp.max_gpr = 6;
488 blit->vp.vp.edgeflag = PIPE_MAX_ATTRIBS;
490 blit->vp.hdr[0] = 0x00020461; /* vertprog magic */
491 blit->vp.hdr[4] = 0x000ff000; /* no outputs read */
492 blit->vp.hdr[6] = 0x0000003f; /* a[0x80], a[0x90] *
954 struct nvc0_blitctx *blit = screen->blitctx; local
    [all...]
  /external/qemu/android/skin/
surface.c 288 skin_blit_init_fill( SkinBlit* blit,
318 blit->x = x;
319 blit->y = y;
320 blit->w = w;
321 blit->h = h;
326 blit->dst_lock = dst->surface;
327 blit->dst_pitch = dst->surface->pitch;
328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch;
330 blit->src_lock = NULL
507 SkinBlit blit[1]; local
588 SkinBlit blit[1]; local
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/frames/resources/
blit-on-scroll-subframe.html 10 <iframe id="subframe" src="blit-on-scroll-subsubframe.html" width="280" height="250"></iframe>
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/shaders/
generate_shaders.bat 23 call:BuildShader Blit.vs standardvs vs_2_0 compiled\standardvs.h %debug%
24 call:BuildShader Blit.vs flipyvs vs_2_0 compiled\flipyvs.h %debug%
25 call:BuildShader Blit.ps passthroughps ps_2_0 compiled\passthroughps.h %debug%
26 call:BuildShader Blit.ps luminanceps ps_2_0 compiled\luminanceps.h %debug%
27 call:BuildShader Blit.ps componentmaskps ps_2_0 compiled\componentmaskps.h %debug%
  /external/qemu/distrib/sdl-1.2.15/
TODO 15 * Add hardware accelerated scaled blit
17 * Redesign blitting architecture to allow blit plugins
  /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/qemu/distrib/sdl-1.2.15/docs/html/
sdlblitsurface.html 83 >SDL_BlitSurface&nbsp;--&nbsp;This performs a fast blit from the source surface to the destination surface.</DIV
123 >This performs a fast blit from the source surface to the destination surface.</P
160 >The final blit rectangle is saved in
174 >The blit function should not be called on a locked surface.</P
187 blit using per-pixel alpha, ignoring any colour key
190 blit using the colour key AND the per-surface alpha value
192 blit using the per-surface alpha value
196 blit using the colour key
198 ordinary opaque rectangular blit
210 >If the blit is successful, it returns <SPA
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c 42 /* The general purpose software blit routine */
72 /* Set up source and destination buffer pointers, and BLIT! */
77 /* Set up the blit information */
94 RunBlit = src->map->sw_data->blit;
96 /* Run the actual software blit */
107 /* Blit is done! */
232 /* Figure out which of many blit routines to set up on a surface */
243 /* Figure out if an accelerated hardware blit is possible */
293 /* Get the blit function index, based on surface mode */
303 /* Check for special "identity" case -- copy blit */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 51 /* Sets video mem colorkey and accelerated blit function */
72 /* Don't blit to the display surface when switched away */
132 /* FIXME: For now, only blit to display surface */
137 /* Don't blit to the display surface when switched away */
151 /* Adjust for the current blit rectangles */
158 /* Set up the blit direction (sign) flags */
169 /* Set up the blit source row start, end, and skip (in pixels) */
182 /* Set up the blit operation */
242 /* Check to see if final surface blit is accelerated */
272 /* The Matrox G200/G400 has an accelerated alpha blit */
    [all...]
SDL_fbriva.c 60 /* Sets video mem colorkey and accelerated blit function */
79 /* Don't blit to the display surface when switched away */
120 /* FIXME: For now, only blit to display surface */
125 /* Don't blit to the display surface when switched away */
139 /* Adjust for the current blit rectangles */
178 /* Check to see if final surface blit is accelerated */
218 /* The Riva has an accelerated alpha blit */
  /external/chromium_org/third_party/WebKit/ManualTests/frames/
nested-iframe-blit-on-scroll.html 28 <iframe id="frame" src="resources/blit-on-scroll-subframe.html" scrolling="no"></iframe>
  /frameworks/native/opengl/tests/finish/
finish.cpp 103 printf("512x512 unmodified texture, 512x512 blit:\n");
117 printf("512x512 unmodified texture, 1x1 blit:\n");
131 printf("512x512 unmodified texture, 512x512 blit (x2):\n");
146 printf("512x512 unmodified texture, 1x1 blit (x2):\n");
162 printf("512x512 (1x1 texel MODIFIED texture), 512x512 blit:\n");
183 printf("1x1 unmodified texture, 1x1 blit:\n");
196 printf("1x1 unmodified texture, 512x512 blit:\n");
210 printf("1x1 (1x1 texel MODIFIED texture), 512x512 blit:\n");
  /hardware/intel/img/hwcomposer/platforms/merrifield_plus/
PlatfBufferManager.cpp 66 if (imgGrallocModule->Blit(imgGrallocModule, (buffer_handle_t)srcHandle,
70 ELOGTRACE("Blit failed");
  /external/chromium_org/third_party/angle/tests/angle_tests/
BlitFramebufferANGLETest.cpp 192 // Test blit between RGBA and multisampled BGRA
304 // Draw to user-created framebuffer, blit whole-buffer color to original framebuffer.
331 // Draw to system framebuffer, blit whole-buffer color to user-created framebuffer.
358 // blit from user-created FBO to system framebuffer, with the scissor test enabled.
393 // blit from system FBO to user-created framebuffer, with the scissor test enabled.
428 // blit from user-created FBO to system framebuffer, using region larger than buffer.
458 // blit from system FBO to user-created framebuffer, using region larger than buffer.
487 // blit from user-created FBO to system framebuffer, with depth buffer.
513 // if blit is happening correctly, this quad will not draw, because it is behind the blitted one
524 // blit from system FBO to user-created framebuffer, with depth buffer
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 137 /* run the generic blit test */
143 printf("Running freshly loaded blit test: %dx%d at %d bpp, flags: ",
157 /* clear the screen after blit test */
166 /* run the colorkeyed blit test */
172 printf("Running freshly loaded cc blit test: %dx%d at %d bpp, flags: ",
188 /* clear the screen after cc blit test */
197 /* run the generic blit test */
205 printf("Running display format blit test: %dx%d at %d bpp, flags: ",
219 /* clear the screen after blit test */
228 /* run the colorkeyed blit test *
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScanPriv.h 36 // blit the rects above and below avoid, clipped to clip

Completed in 566 milliseconds

1 2 3 4 5 6 7 8 91011>>