Searched refs:rsAllocationGetDimX (Results 1 - 19 of 19) sorted by relevance

/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A Dglobal_query.rs24 return rsAllocationGetDimX(g);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Darray_alloc.rs27 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
H A Dalloc.rs37 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
50 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
56 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
62 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
H A Dreflection3264.rs60 (rsAllocationGetDimX(dAlloc) == expect_dAlloc_GetDimX));
65 (rsAllocationGetDimX(sAlloc) == expect_sAlloc_GetDimX));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dalloc_supportlib.rs37 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
69 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
75 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
81 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
H A Dapitest.rs1363 _RS_ASSERT(rsAllocationGetDimX(a) == x);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
H A Dsample.rs33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A Dfind_region.rs33 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/
H A Dfind_region.rs55 int len = rsAllocationGetDimX(xy);
106 int w = rsAllocationGetDimX(fit);
142 mBorderLength = rsAllocationGetDimX(pointsXY);
H A Dhealing.rs109 int width = rsAllocationGetDimX(in);
118 int width = rsAllocationGetDimX(in);
127 int width = rsAllocationGetDimX(src_image);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
H A Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
H A Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
H A Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/script_api/include/
H A Drs_object_info.rsh100 * rsAllocationGetDimX: Size of the X dimension
109 rsAllocationGetDimX(rs_allocation a);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A Dcanny.rs493 int w = rsAllocationGetDimX(hough_output);
504 int max_pos = rsAllocationGetDimX(hough_output);
508 int width = rsAllocationGetDimX(edgeImage);
/frameworks/rs/driver/runtime/
H A Drs_allocation.c6 rsAllocationGetDimX(rs_allocation a) { function

Completed in 352 milliseconds