Searched defs:rsCreateAllocation (Results 1 - 2 of 2) sorted by relevance

/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 91 milliseconds