Searched defs:sAllocationSetSurface (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdCore.cpp292 static sAllocationSetSurfaceFnPtr sAllocationSetSurface; variable
311 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface");
312 if (sAllocationSetSurface==nullptr) {
327 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
/frameworks/rs/cpp/
H A DrsDispatch.h270 sAllocationSetSurfaceFnPtr sAllocationSetSurface; member in struct:ioSuppDT

Completed in 1208 milliseconds