Home
last modified time | relevance | path

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

/external/skia/gm/
Dhairlines.cpp172 int wrapX = 1250 - kMargin; in onDraw() local
185 if (x + bounds.width() > wrapX) { in onDraw()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp2136 const int wrapX = x % imageWidth; in getCompareArg() local
2139 return wrapX*wrapX + y*y + z*z + curPixelInvocationNdx*42; in getCompareArg()
2149 const string wrapX = "(" + x + "%" + toString(imageWidth) + ")"; in getCompareArgShaderStr() local
2152 …return "(" +wrapX+"*"+wrapX+ " + " +y+"*"+y+ " + " +z+"*"+z+ " + " + curPixelInvocationNdx + "*42)… in getCompareArgShaderStr()
2157 const string wrapX = "(" + x + "%" + toString(imageWidth) + ")"; in getAssignArgShaderStr() local
2160 …return "(" +wrapX+"*"+wrapX+ " + " +y+"*"+y+ " + " +z+"*"+z+ " + " + curPixelInvocationNdx + "*42)… in getAssignArgShaderStr()