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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 98 .AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(
  /frameworks/rs/cpp/
rsDispatch.h 47 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
157 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap;
rsDispatch.cpp 48 dispatchTab.AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCreateFromBitmap");

Completed in 54 milliseconds