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

1 23 4 5 6 7 8 91011>>

  /frameworks/native/cmds/flatland/
Composers.cpp 31 result = helper->getShaderProgram("Blit", &mBlitPgm);
46 bool blit(GLuint texName, const float* texMatrix, function in class:android::Blitter
158 return mBlitter.blit(texName, texMatrix, x, y, w, h);
190 return mBlitter.blit(texName, texMatrix, x, y, w, h);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.h 47 bool blitToColorBuffer(); // copy pbuffer content with texload and blit
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 88 /* Blit the sprite onto the screen */
272 /* Run a sample blit to trigger blit acceleration */
282 printf("Sprite blit uses hardware acceleration\n");
285 printf("Sprite blit uses RLE acceleration\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 287 * for a GMR-to-screen blit. Currently it is defined as an encoding
695 * PRESENT_READBACK) as well as new Screen blit commands will
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 287 * for a GMR-to-screen blit. Currently it is defined as an encoding
695 * PRESENT_READBACK) as well as new Screen blit commands will
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 24 /* This a stretch blit implementation based on ideas given to me by
199 /* Perform a stretch blit between two surfaces of the same format.
227 /* Verify the blit rectangles */
232 SDL_SetError("Invalid source blit rectangle");
246 SDL_SetError("Invalid destination blit rectangle");
293 /* Perform the stretch blit */
SDL_pixels_c.h 36 /* Blit mapping functions */
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 114 /** info for fast blit mapping to other surfaces */
117 /** format version, bumped at every change to invalidate blit maps */
150 #define SDL_HWACCEL 0x00000100 /**< Blit uses hardware acceleration */
151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
154 #define SDL_SRCALPHA 0x00010000 /**< Blit uses source alpha blending */
407 * video buffers before the next video surface blit or lock will return.
609 * 'key' will be the transparent pixel in the source image of a blit.
636 * Sets the clipping rectangle for the destination surface in a blit.
650 * Gets the clipping rectangle for the destination surface in a blit.
658 * the given surface to it so the blit of the converted surface will be as
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 114 /** info for fast blit mapping to other surfaces */
117 /** format version, bumped at every change to invalidate blit maps */
150 #define SDL_HWACCEL 0x00000100 /**< Blit uses hardware acceleration */
151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
154 #define SDL_SRCALPHA 0x00010000 /**< Blit uses source alpha blending */
407 * video buffers before the next video surface blit or lock will return.
609 * 'key' will be the transparent pixel in the source image of a blit.
636 * Sets the clipping rectangle for the destination surface in a blit.
650 * Gets the clipping rectangle for the destination surface in a blit.
658 * the given surface to it so the blit of the converted surface will be as
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 114 /** info for fast blit mapping to other surfaces */
117 /** format version, bumped at every change to invalidate blit maps */
150 #define SDL_HWACCEL 0x00000100 /**< Blit uses hardware acceleration */
151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
154 #define SDL_SRCALPHA 0x00010000 /**< Blit uses source alpha blending */
407 * video buffers before the next video surface blit or lock will return.
609 * 'key' will be the transparent pixel in the source image of a blit.
636 * Sets the clipping rectangle for the destination surface in a blit.
650 * Gets the clipping rectangle for the destination surface in a blit.
658 * the given surface to it so the blit of the converted surface will be as
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 114 /** info for fast blit mapping to other surfaces */
117 /** format version, bumped at every change to invalidate blit maps */
150 #define SDL_HWACCEL 0x00000100 /**< Blit uses hardware acceleration */
151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
154 #define SDL_SRCALPHA 0x00010000 /**< Blit uses source alpha blending */
407 * video buffers before the next video surface blit or lock will return.
609 * 'key' will be the transparent pixel in the source image of a blit.
636 * Sets the clipping rectangle for the destination surface in a blit.
650 * Gets the clipping rectangle for the destination surface in a blit.
658 * the given surface to it so the blit of the converted surface will be as
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h 44 * xa_yuv_planar_blit - 2D blit with color conversion and scaling.
46 * Performs a scaled blit with color conversion according to
  /external/chromium_org/third_party/skia/include/core/
SkBlitRow.h 73 //! Public entry-point to return a blit function ptr
84 //! Public entry-point to return a blit function ptr
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 44 * xa_yuv_planar_blit - 2D blit with color conversion and scaling.
46 * Performs a scaled blit with color conversion according to
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdldisplayyuvoverlay.html 83 >SDL_DisplayYUVOverlay&nbsp;--&nbsp;Blit the overlay to the display</DIV
123 >Blit the <TT
  /external/skia/include/core/
SkBlitRow.h 73 //! Public entry-point to return a blit function ptr
84 //! Public entry-point to return a blit function ptr
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 23 // via glCopyTexImage2D() or a blit to a framebuffer object.
  /external/chromium_org/ui/gfx/
canvas_paint_mac.mm 28 // Blit the dirty rect to the current context.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 56 * an argument for blit/texture readpixels, or for blitting to a
62 * choose between blit/texture implementation on the gpu and pullback
101 DBG("%s - bad format for blit\n", __FUNCTION__);
intel_tex_subimage.c 60 /* Try to do a blit upload of the subimage if the texture is
73 /* On gen6, it's probably not worth swapping to the blit ring to do
94 "subimage blit bo",
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/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 57 if (!radeon->vtbl.blit) {
127 /* blit from src buffer to texture */
128 return radeon->vtbl.blit(ctx, rrb->bo, src_offset, src_mesaformat, rrb->pitch/rrb->cpp,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 56 * an argument for blit/texture readpixels, or for blitting to a
62 * choose between blit/texture implementation on the gpu and pullback
101 DBG("%s - bad format for blit\n", __FUNCTION__);
intel_tex_subimage.c 60 /* Try to do a blit upload of the subimage if the texture is
73 /* On gen6, it's probably not worth swapping to the blit ring to do
94 "subimage blit bo",
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 57 if (!radeon->vtbl.blit) {
127 /* blit from src buffer to texture */
128 return radeon->vtbl.blit(ctx, rrb->bo, src_offset, src_mesaformat, rrb->pitch/rrb->cpp,

Completed in 368 milliseconds

1 23 4 5 6 7 8 91011>>