Searched refs:AllocationAdapterCreate (Results 1 - 6 of 6) sorted by path

/frameworks/rs/cpp/
H A DrsDispatch.cpp43 dispatchTab.AllocationAdapterCreate = (AllocationAdapterCreateFnPtr)dlsym(handle, "rsAllocationAdapterCreate");
H A DrsDispatch.h153 AllocationAdapterCreateFnPtr AllocationAdapterCreate; member in struct:dispatchTable
/frameworks/rs/
H A Drs.spec107 AllocationAdapterCreate {
H A DrsApiStubs.cpp357 return RS_DISPATCH(ctxWrapper, AllocationAdapterCreate, vtype, baseAlloc);
H A DrsHidlAdaptation.cpp96 mEntryFuncs.AllocationAdapterCreate = AllocationAdapterCreate;
1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocation baseAlloc) function in class:RsHidlAdaptation
H A DrsHidlAdaptation.h104 static RsAllocation AllocationAdapterCreate(RsContext rsc, RsType vtype, RsAllocation baseAlloc);

Completed in 128 milliseconds