Searched refs:allocMem (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsSampler.cpp101 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Sampler), 0); local
102 if (!allocMem) {
107 Sampler *s = new (allocMem) Sampler(rsc, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
H A DrsAllocation.cpp54 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0); local
56 if (!allocMem) {
61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);

Completed in 5524 milliseconds