Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdCore.cpp292 static sAllocationSetSurfaceFnPtr sAllocationSetSurface; variable
311 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface"); in loadIOSuppLibSyms()
312 if (sAllocationSetSurface==nullptr) { in loadIOSuppLibSyms()
327 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface; in rsdHalInit()
/frameworks/rs/cpp/
DrsDispatch.cpp480 …ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurfa… in loadIOSuppSyms()
481 if (ioDispatch.sAllocationSetSurface == nullptr) { in loadIOSuppSyms()
DrsDispatch.h272 sAllocationSetSurfaceFnPtr sAllocationSetSurface; member
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1048 …ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTa… in nAllocationSetSurface()