HomeSort by relevance Sort by last modified time
    Searched defs:allocMem (Results 1 - 5 of 5) 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);
rsElement.cpp 251 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Element), 0);
252 if (!allocMem) {
257 Element *e = new (allocMem) Element(rsc);
315 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Element), 0);
316 if (!allocMem) {
321 Element *e = new (allocMem) Element(rsc);
rsType.cpp 252 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Type), 0);
253 if (!allocMem) {
258 Type *nt = new (allocMem) Type(rsc);
rsAllocation.cpp 65 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
67 if (!allocMem) {
76 a = new (allocMem) Allocation(rsc, type, usages, mc, nullptr);
84 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);
88 a = new (allocMem) Allocation(rsc, type, usages, mc, ptr);
108 void* allocMem = rsc->mHal.funcs.allocRuntimeMem(sizeof(Allocation), 0);
110 if (!allocMem) {
115 Allocation *a = new (allocMem) Allocation(rsc, alloc, type);
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 97 milliseconds