HomeSort by relevance Sort by last modified time
    Searched refs:allocMem (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsSampler.cpp 101 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Sampler), 0);
102 if (!allocMem) {
107 Sampler *s = new (allocMem) Sampler(rsc, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
rsAllocation.cpp 54 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
56 if (!allocMem) {
61 Allocation *a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);

Completed in 624 milliseconds