Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java390 int alloc = mBitmap.getAllocationByteCount(); in testGetAllocationByteCount() local
391 assertEquals(mBitmap.getByteCount(), alloc); in testGetAllocationByteCount() local
395 assertEquals(mBitmap.getByteCount(), alloc); in testGetAllocationByteCount() local
396 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testGetAllocationByteCount() local
401 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testGetAllocationByteCount() local
510 int alloc = mBitmap.getAllocationByteCount(); in testReconfigure() local
514 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testReconfigure() local
515 assertEquals(mBitmap.getByteCount() * 8, alloc); in testReconfigure() local
631 int alloc = mBitmap.getAllocationByteCount(); in testSetConfig() local
635 assertEquals(mBitmap.getAllocationByteCount(), alloc); in testSetConfig() local
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyPaddedTest.java36 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_1D() local
64 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_2D() local
93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Byte3_3D() local
123 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_1D_Helper() local
159 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_2D_Helper() local
196 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Short3_3D_Helper() local
231 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_1D() local
262 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_2D() local
294 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Int3_3D() local
324 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); in test_AllocationPadded_Float3_1D() local
[all …]
DSmallStructsTest.java151 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") in testSmallStructsOfCharArray() local
208 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation") in testSmallStructsOfHeterogeneousTypes() local
DAllocationByteBufferTest.java56 Allocation alloc = createTypedAllocation(dt, size, dimX, dimY); in testByteBufferHelper() local
90 Allocation alloc = Allocation.createTyped(mRS, t); in test1DWrite() local
110 Allocation alloc = Allocation.createTyped(mRS, t); in test2DWrite() local
DGetSetTest.java118 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify()
132 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify()
146 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify()
160 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify()
174 private void verify(float[] a1, float[] a2, Allocation alloc, String s, int vsize) { in verify()
188 private void verify(double[] a1, double[] a2, Allocation alloc, String s, int vsize) { in verify()
DRSBaseCompute.java114 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); in createRandomAllocation() local
178 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); in createRandomFloatAllocation() local
203 Allocation alloc = Allocation.createSized(rs, element, INPUTSIZE); in createRandomIntegerAllocation() local
DReduceTest.java92 Allocation alloc; in createInputAllocation() local
116 Allocation alloc[] = new Allocation[numAllocs]; in createInputAllocations() local
DAllocationCopyToTest.java25 private Allocation alloc; field in AllocationCopyToTest
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationCache.java86 Allocation alloc = list.remove(list.size() - 1); in getOrCreateTyped() local
DAllocationInfo.java430 Allocation alloc = createAllocation(); in createBlockingInputAllocation() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_script.cpp60 sp<Allocation> alloc = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSScriptTest_testSet() local
Drs_jni_allocation.cpp151 sp<Allocation> alloc = nullptr; in helperCopy1D() local
243 sp<Allocation> alloc = nullptr; in helperCopy2D() local
335 sp<Allocation> alloc = nullptr; in helperCopy3D() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...