Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DBlitter.cpp2313 bool srcHorizontal = ((srcEdge == TOP) || (srcEdge == BOTTOM)); in copyCubeEdge() local
2314 int srcDelta = srcHorizontal ? bytes : pitchB; in copyCubeEdge()