Searched defs:xCount (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | DebugContext.java | 232 int xCount = AC.RN.nextInt(AC.Width - xOff); in testDebugContextRsAllocationCopy2D_Short_Normal() local 406 int xCount = AC.RN.nextInt(AC.Width - xOff); in testDebugContextRsAllocationCopy2D_Short_BadYCount() local 436 int xCount = random.nextInt(width - xOff); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
|
D | rsAllocationCopyTest.java | 268 int xCount = random.nextInt(width - xOff); in test_rsAllocationCopy2D_Byte() local 322 int xCount = random.nextInt(width - xOff); in test_rsAllocationCopy2D_Short() local 378 int xCount = random.nextInt(width - xOff); in test_rsAllocationCopy2D_Int() local 434 int xCount = random.nextInt(width - xOff); in test_rsAllocationCopy2D_Float() local 490 int xCount = random.nextInt(width - xOff); in test_rsAllocationCopy2D_Long() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 238 int xOffset, int yOffset, int xCount, int yCount, in helperCopy2D() 279 int xOffset, int yOffset, int xCount, int yCount) { in helperFloatAllocationCopy2D() 330 int xCount, int yCount, int zCount, in helperCopy3D() 383 int xCount, int yCount, int zCount) { in helperFloatAllocationCopy3D()
|