HomeSort by relevance Sort by last modified time
    Searched refs:Blit (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 7 // Blit.cpp: Surface copy utility class.
25 class Blit
28 explicit Blit(Context *context);
29 ~Blit();
86 DISALLOW_COPY_AND_ASSIGN(Blit);
Blit.cpp 7 // Blit.cpp: Surface copy utility class.
9 #include "libGLESv2/Blit.h"
115 const char * const Blit::mShaderSource[] =
124 Blit::Blit(Context *context)
131 Blit::~Blit()
146 void Blit::initGeometry()
186 bool Blit::setShader(ShaderId source, const char *profile,
205 ERR("Failed to compile %s shader for blit operation %d, error 0x%08X.", profile, (int)source, hr)
    [all...]
Context.h 53 class Blit;
435 Blit *getBlitter() { return mBlit; }
473 Blit *mBlit;
Texture.h 27 class Blit;
143 Blit *getBlitter();
Texture.cpp 22 #include "libGLESv2/Blit.h"
58 Blit *Texture::getBlitter()
    [all...]
Context.cpp 19 #include "libGLESv2/Blit.h"
234 mBlit = new Blit(this);
    [all...]
  /device/samsung/crespo/include/
hal_public.h 109 /* Custom-blit components in lieu of overlay hardware */
110 int (*Blit)(framebuffer_device_t *device, buffer_handle_t src,
132 /* Custom-blit components in lieu of overlay hardware */
133 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
  /hardware/ti/omap4xxx/hwc/
hal_public.h 128 /* Custom-blit components in lieu of overlay hardware */
129 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 158 context->Blit((wxCoord)dstIntRect.x(),(wxCoord)dstIntRect.y(), (wxCoord)dstIntRect.width(), (wxCoord)dstIntRect.height(), &mydc,
227 context->Blit((wxCoord)dstRect.x() + currentW, (wxCoord)dstRect.y() + currentH,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
DrawQuadData.h 43 Blit // 1:1 straight pixel blit
TransferQueue.cpp 202 TextureQuadData data(srcTexId, GL_NEAREST, srcTexTarget, Blit, 0, 0, 1.0, false);
325 // the texture and blit that into each Tile's texture.
351 // guarantee that we have a texture to blit into
371 ALOGV("Blit tile x, y %d %d with dest texture %p to destTexture->m_ownTextureId %d",
ShaderProgram.cpp 572 // to blit the texture we receive from the TexturesGenerator thread.
747 if (type == Blit)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 896 surface->Blit (surface, src->hwdata->surface, &sr, dr.x, dr.y);
948 HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
990 HIDDEN->c2frame->Blit(HIDDEN->c2frame, this->screen->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
1045 HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Buffer.cpp 429 err = module->Blit(module, buf, pVirAddrs, HAL_PIXEL_FORMAT_C110_NV12);
431 SEC_OSAL_Log(SEC_LOG_ERROR, "module->Blit() failed (err=%d)\n", err);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);

Completed in 675 milliseconds