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

  /frameworks/rs/driver/
rsdCore.cpp 282 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
285 static sAllocationSetSurfaceFnPtr sAllocationSetSurface;
304 sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "rscAllocationSetSurface");
  /frameworks/rs/cpp/
rsDispatch.h 190 typedef void (*sAllocationSetSurfaceFnPtr) (JNIEnv *, jobject, RsContext, RsAllocation, RsNativeWindow, dispatchTable);
193 sAllocationSetSurfaceFnPtr sAllocationSetSurface;
rsDispatch.cpp 442 ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurface");

Completed in 62 milliseconds