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

/frameworks/rs/
H A DrsAllocation.cpp652 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); local
653 if (texAlloc == NULL) {
658 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
661 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
664 texAlloc->sendDirty(rsc);
665 return texAlloc;
677 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); local
678 if (texAlloc == NULL) {
690 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face,
699 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc);
[all...]

Completed in 107 milliseconds