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

  /frameworks/rs/cpp/
rsDispatch.h 48 typedef RsNativeWindow (*AllocationGetSurfaceFnPtr) (RsContext, RsAllocation);
125 AllocationGetSurfaceFnPtr AllocationGetSurface;
rsDispatch.cpp 53 dispatchTab.AllocationGetSurface = (AllocationGetSurfaceFnPtr)dlsym(handle, "rsAllocationGetSurface");

Completed in 66 milliseconds