Searched refs:dstSurface (Results 1 – 1 of 1) sorted by relevance
/test/xts/hats/hdf/hdf_lite/display/ |
D | display_test.c | 324 ISurface dstSurface = {0}; in BlitTest() local 341 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in BlitTest() 344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest() 363 ISurface dstSurface = {0}; in FillRectTest() local 372 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in FillRectTest() 375 ret = g_displayTest.gfxFuncs->FillRect(&dstSurface, &rect, HIFB_RED_1555, &opt); in FillRectTest()
|