Searched refs:rsGetArray0 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dctxt_default.rs29 _RS_ASSERT_EQU(rsGetArray0(context), 0);
/frameworks/rs/script_api/
H A 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.
439 supplied kernel context. See @rsGetArray0() for an explanation of the context.
453 as specified by the supplied kernel context. See @rsGetArray0() for an explanation of
/frameworks/rs/script_api/include/
H A 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/driver/runtime/
H A Drs_core.c184 extern uint32_t __attribute__((overloadable)) rsGetArray0(rs_kernel_context ctxt) { function

Completed in 1533 milliseconds