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

12 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetClipRect.3 11 Sets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle will be drawn into\&.
SDL_Surface.3 80 Surface blit uses hardware acceleration
89 Surface blit uses alpha blending
SDL_DisplayFormatAlpha.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\&.
  /external/skia/src/core/
SkScanPriv.h 36 // blit the rects above and below avoid, clipped to clip
SkBlitter.h 30 /// Blit a horizontal run of one or more pixels.
32 /// Blit a horizontal run of antialiased pixels; runs[] is a *sparse*
36 /// Blit a vertical run of pixels with a constant alpha value.
38 /// Blit a solid rectangle one or more pixels wide.
40 /** Blit a rectangle with one alpha-blended column on the left,
47 /// Blit a pattern of pixels defined by a rectangle-clipped mask;
SkBlitMask.h 26 * by color. The number of pixels to blit is specified by width and height,
35 * colorized by a single color. The number of pixels to blit is specified
  /external/oprofile/libregex/tests/
java_test.cpp 49 { "Lorg/eclipse/swt/graphics/ImageData;blit(I[BIIIIIIIIIII[BIII[BIIIIIIIIIIZZ)V", "void org.eclipse.swt.graphics.ImageData.blit(int, byte[], int, int, int, int, int, int, int, int, int, int, int, byte[], int, int, int, byte[], int, int, int, int, int, int, int, int, int, int, boolean, boolean)" },
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 46 /* Sets video mem colorkey and accelerated blit function */
59 /* Don't blit to the display surface when switched away */
106 /* Don't blit to the display surface when switched away */
126 /* Assemble the blit operation */
139 /* Perform the blit! */
188 /* Check to see if final surface blit is accelerated */
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 50 st->blit = util_create_blit(st->pipe, st->cso_context);
57 util_destroy_blit(st->blit);
58 st->blit = NULL;
161 return; /* nothing to draw/blit */
241 util_blit_pixels(st->blit, srcObj->pt, srcAtt->TextureLevel,
255 util_blit_pixels(st->blit,
265 /* depth and/or stencil blit */
298 util_blit_pixels(st->blit,
318 util_blit_pixels(st->blit, srcDepthRb->texture,
328 util_blit_pixels(st->blit, srcStencilRb->texture
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 50 st->blit = util_create_blit(st->pipe, st->cso_context);
57 util_destroy_blit(st->blit);
58 st->blit = NULL;
161 return; /* nothing to draw/blit */
241 util_blit_pixels(st->blit, srcObj->pt, srcAtt->TextureLevel,
255 util_blit_pixels(st->blit,
265 /* depth and/or stencil blit */
298 util_blit_pixels(st->blit,
318 util_blit_pixels(st->blit, srcDepthRb->texture,
328 util_blit_pixels(st->blit, srcStencilRb->texture
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter.h 30 /// Blit a horizontal run of one or more pixels.
32 /// Blit a horizontal run of antialiased pixels; runs[] is a *sparse*
37 /// Blit a vertical run of pixels with a constant alpha value.
39 /// Blit a solid rectangle one or more pixels wide.
41 /** Blit a rectangle with one alpha-blended column on the left,
48 /// Blit a pattern of pixels defined by a rectangle-clipped mask;
72 * Special methods for blitters that can blit more than one row at a time.
SkBlitMask.h 26 * by color. The number of pixels to blit is specified by width and height,
35 * colorized by a single color. The number of pixels to blit is specified
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
59 /* and reset to '0', after calling blit/stretch */
200 * Execute the bit blit copy operation
209 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
227 * Execute the stretch bit blit copy operation
c2d2.h 49 /*********************** Blit definitions *****************************/
52 /* Status codes, returned by any blit function */
95 * as a placeholder and is ignored during blit, if applicable.
310 /* Structure for registering a RGB buffer as a blit surface */
320 /* Structure for registering a YUV plane(s) as a blit surface */
345 /* C2D_OBJECT encapsulates the blit parameters for a source surface.
444 /* Creates a generic blit surface according to its type.
486 /* Destroys a generic blit surface.
548 * Functions to do actual blit */
550 /* Draw a list of blit objects into the given target
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
59 /* and reset to '0', after calling blit/stretch */
200 * Execute the bit blit copy operation
209 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
227 * Execute the stretch bit blit copy operation
c2d2.h 49 /*********************** Blit definitions *****************************/
52 /* Status codes, returned by any blit function */
95 * as a placeholder and is ignored during blit, if applicable.
310 /* Structure for registering a RGB buffer as a blit surface */
320 /* Structure for registering a YUV plane(s) as a blit surface */
345 /* C2D_OBJECT encapsulates the blit parameters for a source surface.
444 /* Creates a generic blit surface according to its type.
486 /* Destroys a generic blit surface.
548 * Functions to do actual blit */
550 /* Draw a list of blit objects into the given target
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
59 /* and reset to '0', after calling blit/stretch */
199 * Execute the bit blit copy operation
208 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
214 * Execute the stretch bit blit copy operation
c2d2.h 49 /*********************** Blit definitions *****************************/
52 /* Status codes, returned by any blit function */
95 * as a placeholder and is ignored during blit, if applicable.
310 /* Structure for registering a RGB buffer as a blit surface */
320 /* Structure for registering a YUV plane(s) as a blit surface */
345 /* C2D_OBJECT encapsulates the blit parameters for a source surface.
444 /* Creates a generic blit surface according to its type.
486 /* Destroys a generic blit surface.
548 * Functions to do actual blit */
550 /* Draw a list of blit objects into the given target
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
59 /* and reset to '0', after calling blit/stretch */
200 * Execute the bit blit copy operation
209 int (*blit)(struct copybit_device_t *dev, member in struct:copybit_device_t
227 * Execute the stretch bit blit copy operation
c2d2.h 49 /*********************** Blit definitions *****************************/
52 /* Status codes, returned by any blit function */
95 * as a placeholder and is ignored during blit, if applicable.
310 /* Structure for registering a RGB buffer as a blit surface */
320 /* Structure for registering a YUV plane(s) as a blit surface */
345 /* C2D_OBJECT encapsulates the blit parameters for a source surface.
444 /* Creates a generic blit surface according to its type.
486 /* Destroys a generic blit surface.
548 * Functions to do actual blit */
550 /* Draw a list of blit objects into the given target
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.fbo.blit.txt 19 Framebuffer blit tests
22 + dEQP-GLES3.functional.fbo.blit.*
44 Framebuffer blit tests will create two framebuffers with configurations
  /external/qemu/android/skin/
surface.h 80 /* list of composition operators for the blit routine */
88 /* blit a surface into another one */
95 /* blit a colored rectangle into a destination surface */
  /frameworks/av/cmds/screenrecord/
Program.h 54 // Blit the specified texture to { x, y, x+w, y+h }. Inverts the
56 status_t blit(GLuint texName, const float* texMatrix,
  /external/chromium_org/content/renderer/
sad_plugin.cc 11 #include "ui/gfx/blit.h"
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch_c.h 24 /* Perform a stretch blit between two surfaces of the same format.

Completed in 3211 milliseconds

12 3 4 5 6 7 8 91011>>