OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeAllocation
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java
91
protected Allocation
makeAllocation
(int w, int h, Element e) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBase.java
63
protected Allocation
makeAllocation
(int w, int h, Element e, boolean clear) {
79
protected Allocation
makeAllocation
(int w, int h, Element e) {
80
return
makeAllocation
(w, h, e, true);
87
mAllocSrc =
makeAllocation
(w, h, e);
127
mAllocRef =
makeAllocation
(w, h, e);
128
mAllocDst =
makeAllocation
(w, h, e);
Completed in 158 milliseconds