Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DBlitter.cpp2318 bool dstHorizontal = ((dstEdge == TOP) || (dstEdge == BOTTOM)); in copyCubeEdge() local
2319 int dstDelta = (dstHorizontal ? bytes : pitchB) * (reverse ? -1 : 1); in copyCubeEdge()
2323 if(dstHorizontal) in copyCubeEdge()