OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsGetDimZ
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
TestCtxDim.rs
30
uint32_t dimZ =
rsGetDimZ
(context);
/frameworks/rs/scriptc/
rs_for_each.rsh
392
*
rsGetDimZ
: Size of the Z dimension for the specified kernel context
403
rsGetDimZ
(rs_kernel_context context);
/prebuilts/sdk/renderscript/include/
rs_for_each.rsh
392
*
rsGetDimZ
: Size of the Z dimension for the specified kernel context
403
rsGetDimZ
(rs_kernel_context context);
/frameworks/rs/driver/runtime/
rs_core.c
216
extern uint32_t __attribute__((overloadable))
rsGetDimZ
(rs_kernel_context ctxt) {
Completed in 425 milliseconds