Home
last modified time | relevance | path

Searched refs:Blit (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt); member
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt); member
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h146 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt); member
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp185 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer()
186 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp163 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer()
164 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c343 if (g_displayTest.gfxFuncs->Blit != NULL) { in BlitTest()
344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest()
346 HDF_LOGE("%s: Blit fail", __func__); in BlitTest()

Completed in 3 milliseconds