Searched refs:rsCreateAllocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_allocation_create.rsh128 * rsCreateAllocation: Create an rs_allocation object of given Type.
149 rsCreateAllocation(rs_type type, uint32_t usage);
154 rsCreateAllocation(rs_type type);
162 return rsCreateAllocation(t);
171 return rsCreateAllocation(t);
180 return rsCreateAllocation(t);
189 return rsCreateAllocation(t);
198 return rsCreateAllocation(t);
207 return rsCreateAllocation(t);
216 return rsCreateAllocation(
[all...]
/frameworks/rs/api/
H A Drs_allocation_create.spec132 function: rsCreateAllocation
154 function: rsCreateAllocation
161 function: rsCreateAllocation
182 return rsCreateAllocation(t);
197 return rsCreateAllocation(t);
210 return rsCreateAllocation(t);
224 return rsCreateAllocation(t);
236 return rsCreateAllocation(t);
249 return rsCreateAllocation(t);
/frameworks/rs/driver/runtime/
H A Drs_allocation.c506 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation(
648 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, function
650 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL);
653 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { function
654 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE,
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp354 // Define rsCreateElement, rsCreateType and rsCreateAllocation entry points
382 Allocation *rsCreateAllocation(::rs_type type, function
409 android::renderscript::rs_allocation rsCreateAllocation( function

Completed in 109 milliseconds