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

  /frameworks/rs/cpp/
rsDispatch.h 62 typedef void (*Allocation3DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
112 Allocation3DDataFnPtr Allocation3DData;
rsDispatch.cpp 41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData");

Completed in 32 milliseconds