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

  /frameworks/rs/cpp/
rsDispatch.h 61 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t);
132 AllocationResize1DFnPtr AllocationResize1D;
RenderScript.cpp 265 RS::dispatch->AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D");

Completed in 106 milliseconds