HomeSort by relevance Sort by last modified time
    Searched refs:rsAllocationGetDimX (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
global_query.rs 24 return rsAllocationGetDimX(g);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
array_alloc.rs 27 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
alloc.rs 37 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
50 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
56 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
62 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
reflection3264.rs 60 (rsAllocationGetDimX(dAlloc) == expect_dAlloc_GetDimX));
65 (rsAllocationGetDimX(sAlloc) == expect_sAlloc_GetDimX));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtomicTest.rs 65 uint32_t dimX = rsAllocationGetDimX(a);
77 uint32_t dimX = rsAllocationGetDimX(a);
89 uint32_t dimX = rsAllocationGetDimX(a);
101 uint32_t dimX = rsAllocationGetDimX(a);
verify.rs 33 uint32_t w = rsAllocationGetDimX(in1);
54 uint32_t w = rsAllocationGetDimX(in1);
74 uint32_t w = rsAllocationGetDimX(in1);
93 uint32_t w = rsAllocationGetDimX(in1);
112 uint32_t w = rsAllocationGetDimX(in1);
138 uint32_t w = rsAllocationGetDimX(in1);
163 uint32_t w = rsAllocationGetDimX(in1);
187 uint32_t w = rsAllocationGetDimX(in1);
single_source_script.rs 64 const uint32_t dimX = rsAllocationGetDimX(in);
yuv.rs 74 uint32_t w = rsAllocationGetDimX(ay);
98 uint32_t w = rsAllocationGetDimX(ay);
small_structs.rs 85 for (int i = 0; i < rsAllocationGetDimX(alloc); ++i) { \
189 for (int i = 0; i < rsAllocationGetDimX(alloc); ++i) { \
intrinsic_3dlut.rs 25 gDims.x = rsAllocationGetDimX(gCube);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
alloc_supportlib.rs 37 _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/SampleTest/src/com/android/rs/sample/
sample.rs 33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 39 uint32_t w = rsAllocationGetDimX(in1);
61 uint32_t w = rsAllocationGetDimX(in1);
82 uint32_t w = rsAllocationGetDimX(in1);
102 uint32_t w = rsAllocationGetDimX(in1);
122 uint32_t w = rsAllocationGetDimX(in1);
149 uint32_t w = rsAllocationGetDimX(in1);
175 uint32_t w = rsAllocationGetDimX(in1);
200 uint32_t w = rsAllocationGetDimX(in1);
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 33 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);
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 55 int len = rsAllocationGetDimX(xy);
106 int w = rsAllocationGetDimX(fit);
142 mBorderLength = rsAllocationGetDimX(pointsXY);
healing.rs 109 int width = rsAllocationGetDimX(in);
118 int width = rsAllocationGetDimX(in);
127 int width = rsAllocationGetDimX(src_image);
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
verify.rs 78 uint32_t w = rsAllocationGetDimX(in1);
102 uint32_t w = rsAllocationGetDimX(in1);
126 uint32_t w = rsAllocationGetDimX(in1);
150 uint32_t w = rsAllocationGetDimX(in1);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
artistic1.rs 29 int w = rsAllocationGetDimX(gBlur);
colorcube.rs 28 gDims.x = rsAllocationGetDimX(gCube);
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
artistic1.rs 29 int w = rsAllocationGetDimX(gBlur);
colorcube.rs 28 gDims.x = rsAllocationGetDimX(gCube);
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
artistic1.rs 29 int w = rsAllocationGetDimX(gBlur);
colorcube.rs 28 gDims.x = rsAllocationGetDimX(gCube);
  /frameworks/rs/script_api/include/
rs_object_info.rsh 100 * rsAllocationGetDimX: Size of the X dimension
109 rsAllocationGetDimX(rs_allocation a);
  /prebuilts/sdk/renderscript/include/
rs_object_info.rsh 100 * rsAllocationGetDimX: Size of the X dimension
109 rsAllocationGetDimX(rs_allocation a);

Completed in 514 milliseconds

1 2