Home | History | Annotate | Download | only in include

Lines Matching full:specified

107  * rs_kernel argument. If the specified kernel returns a value, an output allocation
108 * must be specified as the last argument. All input allocations,
116 * Up to API level 23, the kernel is implicitly specified as the kernel named
117 * "root" in the specified script, and only a single input allocation can be used.
119 * as specified by the kernel argument. The script argument is removed.
181 * the index space specified in options. With the index space explicitly specified
207 * rsGetArray0: Index in the Array0 dimension for the specified kernel context
209 * Returns the index in the Array0 dimension of the cell being processed, as specified
233 * rsGetArray1: Index in the Array1 dimension for the specified kernel context
235 * Returns the index in the Array1 dimension of the cell being processed, as specified
246 * rsGetArray2: Index in the Array2 dimension for the specified kernel context
249 * as specified by the supplied kernel context. See rsGetArray0() for an explanation
260 * rsGetArray3: Index in the Array3 dimension for the specified kernel context
262 * Returns the index in the Array3 dimension of the cell being processed, as specified
273 * rsGetDimArray0: Size of the Array0 dimension for the specified kernel context
275 * Returns the size of the Array0 dimension for the specified kernel context.
286 * rsGetDimArray1: Size of the Array1 dimension for the specified kernel context
288 * Returns the size of the Array1 dimension for the specified kernel context.
299 * rsGetDimArray2: Size of the Array2 dimension for the specified kernel context
301 * Returns the size of the Array2 dimension for the specified kernel context.
312 * rsGetDimArray3: Size of the Array3 dimension for the specified kernel context
314 * Returns the size of the Array3 dimension for the specified kernel context.
325 * rsGetDimHasFaces: Presence of more than one face for the specified kernel context
341 * rsGetDimLod: Number of levels of detail for the specified kernel context
343 * Returns the number of levels of detail for the specified kernel context. This is useful
357 * rsGetDimX: Size of the X dimension for the specified kernel context
359 * Returns the size of the X dimension for the specified kernel context.
377 * rsGetDimY: Size of the Y dimension for the specified kernel context
379 * Returns the size of the X dimension for the specified kernel context.
392 * rsGetDimZ: Size of the Z dimension for the specified kernel context
394 * Returns the size of the Z dimension for the specified kernel context.
407 * rsGetFace: Coordinate of the Face for the specified kernel context
409 * Returns the face on which the cell being processed is found, as specified by the
421 specified kernel context
424 * as specified by the supplied kernel context. See rsGetArray0() for an explanation of