Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdMeshObj.cpp165 const Allocation *idxAlloc = mRSMesh->mHal.state.indexBuffers[primIndex]; in renderPrimitiveRange() local
166 if (idxAlloc) { in renderPrimitiveRange()
167 DrvAllocation *drvAlloc = (DrvAllocation *)idxAlloc->mHal.drv; in renderPrimitiveRange()
169 rsdAllocationSyncAll(rsc, idxAlloc, RS_ALLOCATION_USAGE_SCRIPT); in renderPrimitiveRange()
179 idxAlloc->mHal.drvState.lod[0].mallocPtr); in renderPrimitiveRange()