Home
last modified time | relevance | path

Searched refs:AllocationRead (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp59 dispatchTab.AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead"); in loadSymbols()
291 if (dispatchTab.AllocationRead == nullptr) { in loadSymbols()
DrsDispatch.h169 AllocationReadFnPtr AllocationRead; member
/frameworks/rs/
DrsHidlAdaptation.h90 static void AllocationRead(RsContext, RsAllocation, void*, size_t);
Drs.spec232 AllocationRead {
DrsHidlAdaptation.cpp112 mEntryFuncs.AllocationRead = AllocationRead; in LoadDispatchForHidl()
618 void RsHidlAdaptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size… in AllocationRead() function in RsHidlAdaptation
DrsApiStubs.cpp436 RS_DISPATCH(ctxWrapper, AllocationRead, va, data, data_length); in rsAllocationRead()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1303 PER_ARRAY_TYPE(0, dispatchTab.AllocationRead, false, in nAllocationRead()