Searched refs:dstSurfaceData (Results 1 – 2 of 2) sorted by relevance
114 bool GfxEngines::GfxFillArea(const LiteSurfaceData& dstSurfaceData, in GfxFillArea() argument119 if (gfxFuncs_ == nullptr || dstSurfaceData.phyAddr == nullptr) { in GfxFillArea()123 if (!Convert2ISurface(dstSurfaceData, surface)) { in GfxFillArea()140 const LiteSurfaceData& dstSurfaceData, in GfxBlit() argument144 …if (gfxFuncs_ == nullptr || srcSurfaceData.phyAddr == nullptr || dstSurfaceData.phyAddr == nullptr… in GfxBlit()152 if (!Convert2ISurface(dstSurfaceData, dstSurface)) { in GfxBlit()
33 bool GfxFillArea(const LiteSurfaceData& dstSurfaceData,40 const LiteSurfaceData& dstSurfaceData,