HomeSort by relevance Sort by last modified time
    Searched refs:sAllocationSetSurfaceFnPtr (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/driver/
rsdCore.cpp 289 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
292 static sAllocationSetSurfaceFnPtr sAllocationSetSurface;
311 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface");
  /frameworks/rs/cpp/
rsDispatch.h 269 typedef void (*sAllocationSetSurfaceFnPtr) (JNIEnv *, jobject, RsContext, RsAllocation, RsNativeWindow, dispatchTable);
272 sAllocationSetSurfaceFnPtr sAllocationSetSurface;
rsDispatch.cpp 480 ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurface");

Completed in 118 milliseconds