Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdCore.cpp279 static sAllocationSetSurfaceFnPtr sAllocationSetSurface; variable
298 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface"); in loadIOSuppLibSyms()
299 if (sAllocationSetSurface==nullptr) { in loadIOSuppLibSyms()
314 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface; in rsdHalInit()
/frameworks/rs/cpp/
DrsDispatch.cpp427 …ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurfa… in loadIOSuppSyms()
428 if (ioDispatch.sAllocationSetSurface == NULL) { in loadIOSuppSyms()
DrsDispatch.h192 sAllocationSetSurfaceFnPtr sAllocationSetSurface; member
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1041 …ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTa… in nAllocationSetSurface()