Home
last modified time | relevance | path

Searched defs:yCount (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DrsAllocationCopyTest.java269 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
DDebugContext.java233 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/
Drs_jni_allocation.cpp238 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()