Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dalloc.rs21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
34 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
40 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
46 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Darray_alloc.rs11 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dalloc.rs21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
53 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
59 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
65 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Darray_alloc.rs11 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dalloc.rs21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
53 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
59 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
65 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Darray_alloc.rs11 _RS_ASSERT(rsAllocationGetDimX(a[i]) == 1);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dalloc.rs21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
53 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
59 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
65 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Drslist.rs51 int allocSize = rsAllocationGetDimX(listAlloc);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dalloc.rs21 _RS_ASSERT(rsAllocationGetDimX(aRaw) == dimX);
53 _RS_ASSERT(rsAllocationGetDimX(aFaces) == dimX);
59 _RS_ASSERT(rsAllocationGetDimX(aLOD) == dimX);
65 _RS_ASSERT(rsAllocationGetDimX(aFacesLOD) == dimX);
Drslist.rs51 int allocSize = rsAllocationGetDimX(listAlloc);
/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
Dballs.rs30 uint32_t dimX = rsAllocationGetDimX(rsGetAllocation(balls));
43 int2 gridDims = (int2){ rsAllocationGetDimX(gGrid),
48 int32_t dimX = rsAllocationGetDimX(aout);
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rs109 int width = rsAllocationGetDimX(in);
118 int width = rsAllocationGetDimX(in);
127 int width = rsAllocationGetDimX(src_image);
Dfind_region.rs55 int len = rsAllocationGetDimX(xy);
106 int w = rsAllocationGetDimX(fit);
142 mBorderLength = rsAllocationGetDimX(pointsXY);
/frameworks/compile/slang/tests/P_local_ref_after_return/
Dlocal_ref_after_return.rs10 rsAllocationGetDimX(a);
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
Dglobal_query.rs24 return rsAllocationGetDimX(g);
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rs70 int len = rsAllocationGetDimX(xy);
101 int w = rsAllocationGetDimX(fit);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
Dsample.rs33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rs29 int w = rsAllocationGetDimX(gBlur);
Dcolorcube.rs28 gDims.x = rsAllocationGetDimX(gCube);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drslist.rs51 int allocSize = rsAllocationGetDimX(listAlloc);
/frameworks/rs/rsov/compiler/tests/rs_allocation/
Dgetdimx_64.ll5 ; return rsAllocationGetDimX(g);

12