Searched defs:yCount (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | rsAllocationCopyTest.java | 269 int yCount = random.nextInt(height - yOff); in test_rsAllocationCopy2D_Byte() local 323 int yCount = random.nextInt(height - yOff); in test_rsAllocationCopy2D_Short() local 379 int yCount = random.nextInt(height - yOff); in test_rsAllocationCopy2D_Int() local 435 int yCount = random.nextInt(height - yOff); in test_rsAllocationCopy2D_Float() local 491 int yCount = random.nextInt(height - yOff); in test_rsAllocationCopy2D_Long() local
|
D | DebugContext.java | 233 int yCount = AC.RN.nextInt(AC.Height - yOff); in testDebugContextRsAllocationCopy2D_Short_Normal() local 437 int yCount = random.nextInt(height - yOff); in testDebugContextRsAllocationCopy2D_Short_WrongD() 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()
|