Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.cpp736 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCreateFromBitmap() local
737 if (texAlloc == nullptr) { in rsi_AllocationCreateFromBitmap()
742 texAlloc->data(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in rsi_AllocationCreateFromBitmap()
745 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc); in rsi_AllocationCreateFromBitmap()
748 texAlloc->sendDirty(rsc); in rsi_AllocationCreateFromBitmap()
749 return texAlloc; in rsi_AllocationCreateFromBitmap()
761 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCubeCreateFromBitmap() local
762 if (texAlloc == nullptr) { in rsi_AllocationCubeCreateFromBitmap()
774 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face, in rsi_AllocationCubeCreateFromBitmap()
783 rsc->mHal.funcs.allocation.generateMipmaps(rsc, texAlloc); in rsi_AllocationCubeCreateFromBitmap()
[all …]