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

/frameworks/rs/
H A DrsAllocation.cpp41 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, function in class:Allocation
355 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
553 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void *)ptr);
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp38 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages, function in class:Allocation
336 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
491 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void *)ptr);

Completed in 6 milliseconds