Home
last modified time | relevance | path

Searched refs:rsAllocationGetDimY (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dalloc.rscript22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dalloc.rscript22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dalloc.rscript22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dalloc.rscript39 _RS_ASSERT(rsAllocationGetDimY(aRaw) == 0);
51 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
57 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
63 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dalloc.rscript41 _RS_ASSERT(rsAllocationGetDimY(aRaw) == 0);
53 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
59 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
65 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
Dalloc_supportlib.rscript40 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
72 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
78 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
84 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dalloc_supportlib.rscript38 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
70 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
76 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
82 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rscript35 int height = rsAllocationGetDimY(image);
53 int height = rsAllocationGetDimY(image);
102 int h = rsAllocationGetDimY(fit);
Dhealing.rscript29 int height = rsAllocationGetDimY(src_image);
54 int height = rsAllocationGetDimY(mask);
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rscript110 int height = rsAllocationGetDimY(in);
119 int height = rsAllocationGetDimY(in);
128 int height = rsAllocationGetDimY(src_image);
Dfind_region.rscript107 int h = rsAllocationGetDimY(fit);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
Dsample.rscript34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rscript30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rscript29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dartistic1.rscript30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rscript29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rscript30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rscript29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dballs.rscript44 rsAllocationGetDimY(gGrid) };
Dball_physics.rscript50 (gridPos[gct].y >= rsAllocationGetDimY(gGrid)) ||
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rscript50 if (py >= rsAllocationGetDimY(volume)) {
/frameworks/rs/script_api/include/
Drs_object_info.rsh112 * rsAllocationGetDimY: Size of the Y dimension
122 rsAllocationGetDimY(rs_allocation a);
Drs_for_each.rsh384 * To get the dimension of specific allocation, use rsAllocationGetDimY().
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
Dcanny.rscript494 int h = rsAllocationGetDimY(hough_output);
509 int height = rsAllocationGetDimY(edgeImage);
/frameworks/rs/driver/runtime/
Drs_allocation.c12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY() function

12