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

  /frameworks/rs/cpp/
rsDispatch.h 64 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t);
129 AllocationReadFnPtr AllocationRead;
rsDispatch.cpp 57 dispatchTab.AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead");

Completed in 172 milliseconds