OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:helperIntCopy
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp
218
static bool
helperIntCopy
(sp<RS> mRS, int nElems, int offset, int count, int copyMode) {
329
passed &=
helperIntCopy
(mRS, s, 0, s, mode);
340
passed &=
helperIntCopy
(mRS, s, off, count, mode);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java
360
void
helperIntCopy
(int nElems, int offset, int count, int copyMode) {
639
helperIntCopy
(s, 0, s, mode);
650
helperIntCopy
(s, off, count, mode);
Completed in 835 milliseconds