Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dalloc.rs23 _RS_ASSERT(rsAllocationGetDimY(aRaw) == 0);
35 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
41 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
47 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dalloc.rs22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
Dapitest.rs1348 _RS_ASSERT(rsAllocationGetDimY(a) == y);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dalloc.rs22 _RS_ASSERT(rsAllocationGetDimY(aRaw) == dimY);
54 _RS_ASSERT(rsAllocationGetDimY(aFaces) == dimY);
60 _RS_ASSERT(rsAllocationGetDimY(aLOD) == dimY);
66 _RS_ASSERT(rsAllocationGetDimY(aFacesLOD) == dimY);
Dapitest.rs1349 _RS_ASSERT(rsAllocationGetDimY(a) == y);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dalloc.rs22 _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.rs22 _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/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rs110 int height = rsAllocationGetDimY(in);
119 int height = rsAllocationGetDimY(in);
128 int height = rsAllocationGetDimY(src_image);
Dfind_region.rs107 int h = rsAllocationGetDimY(fit);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
Dsample.rs34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dballs.rs44 rsAllocationGetDimY(gGrid) };
Dball_physics.rs50 (gridPos[gct].y >= rsAllocationGetDimY(gGrid)) ||
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rs102 int h = rsAllocationGetDimY(fit);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rs50 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.rs494 int h = rsAllocationGetDimY(hough_output);
509 int height = rsAllocationGetDimY(edgeImage);
/frameworks/rs/driver/runtime/
Drs_allocation.c12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY() function
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2872 *(uint32_t*)buf1237 = rsAllocationGetDimY(*(rs_allocation*)buf1238);

12