Home
last modified time | relevance | path

Searched refs:rsAllocationGetDimX (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dalloc.rscript21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
53 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
59 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
65 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Drslist.rscript51 int allocSize = rsAllocationGetDimX(listAlloc);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dalloc.rscript21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
53 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
59 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
65 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Drslist.rscript51 int allocSize = rsAllocationGetDimX(listAlloc);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dalloc.rscript37 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
50 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
56 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
62 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Dreflection3264.rscript60 (rsAllocationGetDimX(dAlloc) == expect_dAlloc_GetDimX));
65 (rsAllocationGetDimX(sAlloc) == expect_sAlloc_GetDimX));
Darray_alloc.rscript27 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dalloc.rscript39 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
52 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
58 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
64 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Dalloc_supportlib.rscript39 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
71 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
77 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
83 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Dreflection3264.rscript62 (rsAllocationGetDimX(dAlloc) == expect_dAlloc_GetDimX));
67 (rsAllocationGetDimX(sAlloc) == expect_sAlloc_GetDimX));
Darray_alloc.rscript29 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rscript33 borderLength = rsAllocationGetDimX(poly);
34 int width = rsAllocationGetDimX(image);
51 borderLength = rsAllocationGetDimX(coord);
52 int width = rsAllocationGetDimX(image);
70 int len = rsAllocationGetDimX(xy);
101 int w = rsAllocationGetDimX(fit);
Dhealing.rscript28 int width = rsAllocationGetDimX(src_image);
53 int width = rsAllocationGetDimX(mask);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dalloc_supportlib.rscript37 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
69 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
75 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
81 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dballs.rscript30 uint32_t dimX = rsAllocationGetDimX(rsGetAllocation(balls));
43 int2 gridDims = (int2){ rsAllocationGetDimX(gGrid),
48 int32_t dimX = rsAllocationGetDimX(aout);
/frameworks/compile/slang/tests/P_local_ref_after_return/
Dlocal_ref_after_return.rscript10 rsAllocationGetDimX(a);
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rscript109 int width = rsAllocationGetDimX(in);
118 int width = rsAllocationGetDimX(in);
127 int width = rsAllocationGetDimX(src_image);
Dfind_region.rscript55 int len = rsAllocationGetDimX(xy);
106 int w = rsAllocationGetDimX(fit);
142 mBorderLength = rsAllocationGetDimX(pointsXY);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
Dsample.rscript33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rscript29 int w = rsAllocationGetDimX(gBlur);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dartistic1.rscript29 int w = rsAllocationGetDimX(gBlur);
Dcolorcube.rscript28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rscript29 int w = rsAllocationGetDimX(gBlur);
Dcolorcube.rscript28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drslist.rscript51 int allocSize = rsAllocationGetDimX(listAlloc);

12