Home
last modified time | relevance | path

Searched refs:rsGetDimY (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dkernel2d.rs16 uint32_t dimY = rsGetDimY(context);
Dkernel2d_oldstyle.rs16 uint32_t dimY = rsGetDimY(context);
Dctxt_default.rs20 _RS_ASSERT_EQU(rsGetDimY(context), 0);
Dkernel3d.rs16 uint32_t dimY = rsGetDimY(context);
/frameworks/rs/driver/runtime/
Drs_core.c207 extern uint32_t __attribute__((overloadable)) rsGetDimY(rs_kernel_context ctxt) { in rsGetDimY() function
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_for_each.jd142 <a href='rs_for_each.html#android_rs:rsGetDimY'>rsGetDimY</a>
657 <a name='android_rs:rsGetDimY'></a>
660 <span class='sympad'>rsGetDimY</span>
666 …<td><a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> rsGetDimY(<a href='rs_for_each.…
Drs_object_info.jd383 <p> Use <a href='rs_for_each.html#android_rs:rsGetDimY'>rsGetDimY</a>() to get the dimension of a c…
Doverview.jd2752 <a href='rs_for_each.html#android_rs:rsGetDimY'>rsGetDimY</a>
Dindex.jd1936 <a href='rs_for_each.html#android_rs:rsGetDimY'>rsGetDimY</a>
/frameworks/rs/scriptc/
Drs_for_each.rsh327 * rsGetDimY: Size of the Y dimension for the specified context
338 rsGetDimY(rs_kernel_context context);
Drs_object_info.rsh117 * Use rsGetDimY() to get the dimension of a currently running kernel.
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5939 *(uint32_t*)buf3209 = rsGetDimY(context);