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