Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdCore.cpp285 static sAllocationSetSurfaceFnPtr sAllocationSetSurface; variable
304 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface"); in loadIOSuppLibSyms()
305 if (sAllocationSetSurface==nullptr) { in loadIOSuppLibSyms()
320 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface; in rsdHalInit()
/frameworks/rs/cpp/
DrsDispatch.cpp442 …ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurfa… in loadIOSuppSyms()
443 if (ioDispatch.sAllocationSetSurface == nullptr) { in loadIOSuppSyms()
DrsDispatch.h193 sAllocationSetSurfaceFnPtr sAllocationSetSurface; member
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1033 …ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTa… in nAllocationSetSurface()