Home
last modified time | relevance | path

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

/test/xts/hats/hdf/hdf_lite/display/
Ddisplay_test.c323 ISurface srcSurface = {0}; in BlitTest() local
338 PicSourceSurfaceInit(&srcSurface, pictureBuf->phyAddr, LAYER_BPP); in BlitTest()
344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest()