Home
last modified time | relevance | path

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

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