Searched refs:sAllocationSetSurfaceFnPtr (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/
H A DrsdCore.cpp289 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw); typedef
292 static sAllocationSetSurfaceFnPtr sAllocationSetSurface;
311 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface");
/frameworks/rs/cpp/
H A DrsDispatch.h267 typedef void (*sAllocationSetSurfaceFnPtr) (JNIEnv *, jobject, RsContext, RsAllocation, RsNativeWindow, dispatchTable); typedef
270 sAllocationSetSurfaceFnPtr sAllocationSetSurface;
H A DrsDispatch.cpp480 ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurface");

Completed in 575 milliseconds