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

  /frameworks/rs/cpp/
rsDispatch.h 40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
111 AllocationCreateFromBitmapFnPtr AllocationCreateFromBitmap;
RenderScript.cpp 160 RS::dispatch->AllocationCreateFromBitmap = (AllocationCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCreateFromBitmap");

Completed in 104 milliseconds