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

  /frameworks/rs/cpp/
rsDispatch.h 70 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t);
130 AllocationResize1DFnPtr AllocationResize1D;
rsDispatch.cpp 58 dispatchTab.AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D");

Completed in 31 milliseconds