Searched refs:texAlloc (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.cpp | 611 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCreateFromBitmap() local 612 if (texAlloc == NULL) { in rsi_AllocationCreateFromBitmap() 617 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap() 620 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc); in rsi_AllocationCreateFromBitmap() 623 texAlloc->sendDirty(rsc); in rsi_AllocationCreateFromBitmap() 624 return texAlloc; in rsi_AllocationCreateFromBitmap() 636 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCubeCreateFromBitmap() local 637 if (texAlloc == NULL) { in rsi_AllocationCubeCreateFromBitmap() 649 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face, in rsi_AllocationCubeCreateFromBitmap() 658 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc); in rsi_AllocationCubeCreateFromBitmap() [all …]
|