Home
last modified time | relevance | path

Searched refs:dstSurface (Results 1 – 1 of 1) sorted by relevance

/test/xts/hats/hdf/hdf_lite/display/
Ddisplay_test.c324 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()