Searched refs:sAllocationSetSurface (Results 1 – 4 of 4) sorted by relevance
292 static sAllocationSetSurfaceFnPtr sAllocationSetSurface; variable311 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface"); in loadIOSuppLibSyms()312 if (sAllocationSetSurface==nullptr) { in loadIOSuppLibSyms()327 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface; in rsdHalInit()
480 …ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurfa… in loadIOSuppSyms()481 if (ioDispatch.sAllocationSetSurface == nullptr) { in loadIOSuppSyms()
272 sAllocationSetSurfaceFnPtr sAllocationSetSurface; member
1048 …ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTa… in nAllocationSetSurface()