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

  /frameworks/rs/cpp/
rsDispatch.h 24 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
126 AllocationGetTypeFnPtr AllocationGetType;
rsDispatch.cpp 54 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");

Completed in 32 milliseconds