Searched refs:sAllocationSetSurface (Results 1 – 4 of 4) sorted by relevance
279 static sAllocationSetSurfaceFnPtr sAllocationSetSurface; variable298 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface"); in loadIOSuppLibSyms()299 if (sAllocationSetSurface==nullptr) { in loadIOSuppLibSyms()314 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface; in rsdHalInit()
427 …ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurfa… in loadIOSuppSyms()428 if (ioDispatch.sAllocationSetSurface == NULL) { in loadIOSuppSyms()
192 sAllocationSetSurfaceFnPtr sAllocationSetSurface; member
1041 …ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTa… in nAllocationSetSurface()