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

/frameworks/rs/
H A DrsAllocation.cpp736 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); local
737 if (texAlloc == nullptr) {
742 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
745 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
748 texAlloc->sendDirty(rsc);
749 return texAlloc;
761 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); local
762 if (texAlloc == nullptr) {
774 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face,
783 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
[all...]

Completed in 9 milliseconds