OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsGetDimX
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
TestCtxDim.rs
26
uint32_t dimX =
rsGetDimX
(context);
/frameworks/rs/api/
rs_for_each.spec
55
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
uint32_t size =
rsGetDimX
(context); //...<br/></code>
409
See @
rsGetDimX
() for an explanation of the context
[
all
...]
/frameworks/rs/scriptc/
rs_for_each.rsh
58
* 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
...]
/prebuilts/sdk/renderscript/include/
rs_for_each.rsh
58
* 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
...]
/frameworks/rs/driver/runtime/
rs_core.c
208
extern uint32_t __attribute__((overloadable))
rsGetDimX
(rs_kernel_context ctxt) {
Completed in 188 milliseconds