Home
last modified time | relevance | path

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

12

/frameworks/rs/java/tests/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/java/tests/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/java/tests/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/java/tests/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);
/frameworks/rs/java/tests/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/java/tests/SampleTest/src/com/android/rs/sample/
Dsample.rs34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
Dshaderstest.rs143 float aspect = (float) rsAllocationGetDimX(gScreen) / (float) rsAllocationGetDimY(gScreen);
179 gFSVignetteConstants->height = (float) rsAllocationGetDimY(gScreen);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Drsbench.rs182 gRenderSurfaceH = rsAllocationGetDimY(gRenderBufferColor);
204 int bufferH = rsAllocationGetDimY(gRenderBufferColor);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rs30 int h = rsAllocationGetDimY(gBlur);
Dcolorcube.rs29 gDims.y = rsAllocationGetDimY(gCube);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
Dfbosync.rs148 float aspect = (float)rsAllocationGetDimX(gOffscreen) / (float)rsAllocationGetDimY(gOffscreen);
196 uint32_t h = rsAllocationGetDimY(gOffscreen);
Dfbotest.rs147 float aspect = (float)rsAllocationGetDimX(gOffscreen) / (float)rsAllocationGetDimY(gOffscreen);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Dballs.rs47 rsAllocationGetDimY(gGrid) };
Dball_physics.rs50 (gridPos[gct].y >= rsAllocationGetDimY(gGrid)) ||
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rs50 if (py >= rsAllocationGetDimY(volume)) {
/frameworks/rs/scriptc/
Drs_object_info.rsh112 * rsAllocationGetDimY: Size of the Y dimension
122 rsAllocationGetDimY(rs_allocation a);
Drs_for_each.rsh334 * To get the dimension of specific allocation, use rsAllocationGetDimY().
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_info.jd98 <a href='rs_object_info.html#android_rs:rsAllocationGetDimY'>rsAllocationGetDimY</a>
358 <a name='android_rs:rsAllocationGetDimY'></a>
361 <span class='sympad'>rsAllocationGetDimY</span>
367 …<td><a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> rsAllocationGetDimY(<a href='rs…
Drs_for_each.jd681 …allocation, use <a href='rs_object_info.html#android_rs:rsAllocationGetDimY'>rsAllocationGetDimY</…
/frameworks/rs/driver/runtime/
Drs_allocation.c12 rsAllocationGetDimY(rs_allocation a) { in rsAllocationGetDimY() function

12