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

  /frameworks/rs/cpp/
rsDispatch.h 61 typedef void (*Allocation2DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, const void*, size_t, size_t);
110 Allocation2DDataFnPtr Allocation2DData;
rsDispatch.cpp 39 dispatchTab.Allocation2DData = (Allocation2DDataFnPtr)dlsym(handle, "rsAllocation2DData");

Completed in 35 milliseconds