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

/frameworks/rs/
H A DrsAllocation.cpp769 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); local
770 if (texAlloc == nullptr) {
775 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
778 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
781 texAlloc->sendDirty(rsc);
782 return texAlloc;
794 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); local
795 if (texAlloc == nullptr) {
807 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face,
816 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
[all...]

Completed in 50 milliseconds