Searched refs:texAlloc (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.cpp | 809 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCreateFromBitmap() local 810 if (texAlloc == nullptr) { in rsi_AllocationCreateFromBitmap() 815 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap() 818 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc); in rsi_AllocationCreateFromBitmap() 821 texAlloc->sendDirty(rsc); in rsi_AllocationCreateFromBitmap() 822 return texAlloc; in rsi_AllocationCreateFromBitmap() 834 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCubeCreateFromBitmap() local 835 if (texAlloc == nullptr) { in rsi_AllocationCubeCreateFromBitmap() 847 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face, in rsi_AllocationCubeCreateFromBitmap() 856 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc); in rsi_AllocationCubeCreateFromBitmap() [all …]
|