Home
last modified time | relevance | path

Searched refs:rsGetDimX (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/script_api/include/
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_context context);
[all …]
Drs_object_info.rsh104 * Use rsGetDimX() to get the dimension of a currently running kernel.
/frameworks/rs/script_api/
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.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dkernel2d_oldstyle.rs31 uint32_t dimX = rsGetDimX(context);
Dkernel2d.rs31 uint32_t dimX = rsGetDimX(context);
Dkernel3d.rs31 uint32_t dimX = rsGetDimX(context);
Dctxt_default.rs47 uint32_t dimX = rsGetDimX(context);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dkernel2d_oldstyle.rs33 uint32_t dimX = rsGetDimX(context);
Dkernel2d.rs33 uint32_t dimX = rsGetDimX(context);
Dctxt_default.rs49 uint32_t dimX = rsGetDimX(context);
Dkernel3d.rs33 uint32_t dimX = rsGetDimX(context);
/frameworks/rs/driver/runtime/
Drs_core.c208 extern uint32_t __attribute__((overloadable)) rsGetDimX(rs_kernel_context ctxt) { in rsGetDimX() function
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5938 *(uint32_t*)buf3208 = rsGetDimX(context);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs8347 *(uint32_t*)buf4840 = rsGetDimX(context);