Searched refs:rsGetDimX (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A Drs_for_each.spec55 rs_kernel_context to your kernel function. See @rsGetDimX() and @rsGetArray0() for examples.
305 See @rsGetDimX() for an explanation of the context.
320 See @rsGetDimX() for an explanation of the context.
333 See @rsGetDimX() for an explanation of the context.
346 See @rsGetDimX() for an explanation of the context.
359 than one face present. In all other cases, it returns false. See @rsGetDimX() for an
373 for mipmaps. See @rsGetDimX() for an explanation of the context.
382 function: rsGetDimX
396 &nbsp;&nbsp;uint32_t size = rsGetDimX(context); //...<br/></code>
409 See @rsGetDimX() fo
[all...]
/frameworks/rs/scriptc/
H A Drs_for_each.rsh58 * rs_kernel_context to your kernel function. See rsGetDimX() and rsGetArray0() for examples.
276 * See rsGetDimX() for an explanation of the context.
289 * See rsGetDimX() for an explanation of the context.
302 * See rsGetDimX() for an explanation of the context.
315 * See rsGetDimX() for an explanation of the context.
328 * than one face present. In all other cases, it returns false. See rsGetDimX() for an
344 * for mipmaps. See rsGetDimX() for an explanation of the context.
357 * rsGetDimX: Size of the X dimension for the specified kernel context
367 * uint32_t size = rsGetDimX(context); //...
373 rsGetDimX(rs_kernel_contex
[all...]
/frameworks/rs/driver/runtime/
H A Drs_core.c208 extern uint32_t __attribute__((overloadable)) rsGetDimX(rs_kernel_context ctxt) { function

Completed in 106 milliseconds