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

  /frameworks/rs/cpp/
rsDispatch.h 46 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
117 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap;
rsDispatch.cpp 46 dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCreateFromBitmap");

Completed in 1410 milliseconds