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

/frameworks/rs/driver/runtime/
H A Drs_allocation.c420 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation(
562 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type, function
564 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL);
567 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) { function
568 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE,
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp346 // Define rsCreateElement, rsCreateType and rsCreateAllocation entry points
371 Allocation *rsCreateAllocation(::rs_type type, function
395 android::renderscript::rs_allocation rsCreateAllocation( function
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp370 // Define rsCreateElement, rsCreateType and rsCreateAllocation entry points
398 Allocation *rsCreateAllocation(::rs_type type, function
425 android::renderscript::rs_allocation rsCreateAllocation( function

Completed in 17 milliseconds