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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 85 (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData"),
  /frameworks/rs/cpp/
rsDispatch.h 63 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);
150 Allocation3DDataFnPtr Allocation3DData;
rsDispatch.cpp 41 dispatchTab.Allocation3DData = (Allocation3DDataFnPtr)dlsym(handle, "rsAllocation3DData");

Completed in 55 milliseconds