Home
last modified time | relevance | path

Searched refs:rsGetArray0 (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/script_api/
Drs_for_each.spec55 rs_kernel_context to your kernel function. See @rsGetDimX() and @rsGetArray0() for examples.
232 function: rsGetArray0
250 &nbsp;&nbsp;uint32_t index_a0 = rsGetArray0(context);<br/>
265 by the supplied kernel context. See @rsGetArray0() for an explanation of the context.
278 as specified by the supplied kernel context. See @rsGetArray0() for an explanation
292 by the supplied kernel context. See @rsGetArray0() for an explanation of the context.
/frameworks/rs/script_api/include/
Drs_for_each.rsh58 * rs_kernel_context to your kernel function. See rsGetDimX() and rsGetArray0() for examples.
207 * rsGetArray0: Index in the Array0 dimension for the specified kernel context
221 * uint32_t index_a0 = rsGetArray0(context);
229 rsGetArray0(rs_kernel_context context);
236 * by the supplied kernel context. See rsGetArray0() for an explanation of the context.
249 * as specified by the supplied kernel context. See rsGetArray0() for an explanation
263 * by the supplied kernel context. See rsGetArray0() for an explanation of the context.
410 * supplied kernel context. See rsGetArray0() for an explanation of the context.
424 * as specified by the supplied kernel context. See rsGetArray0() for an explanation of
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dctxt_default.rs29 _RS_ASSERT_EQU(rsGetArray0(context), 0);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dctxt_default.rs31 _RS_ASSERT_EQU(rsGetArray0(context), 0);
/frameworks/rs/driver/runtime/
Drs_core.c184 extern uint32_t __attribute__((overloadable)) rsGetArray0(rs_kernel_context ctxt) { in rsGetArray0() function
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5928 *(uint32_t*)buf3198 = rsGetArray0(context);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs8337 *(uint32_t*)buf4830 = rsGetArray0(context);