Searched refs:AllocationRead (Results 1 - 7 of 7) sorted by last modified time

/frameworks/rs/cpp/
H A DrsDispatch.cpp59 dispatchTab.AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead");
291 if (dispatchTab.AllocationRead == nullptr) {
292 LOG_ERR("Couldn't initialize dispatchTab.AllocationRead");
H A DrsDispatch.h170 AllocationReadFnPtr AllocationRead; member in struct:dispatchTable
/frameworks/rs/
H A Drs.spec232 AllocationRead {
H A DrsApiStubs.cpp441 RS_DISPATCH(ctxWrapper, AllocationRead, va, data, data_length);
H A DrsHidlAdaptation.cpp112 mEntryFuncs.AllocationRead = AllocationRead;
618 void RsHidlAdaptation::AllocationRead (RsContext context, RsAllocation allocation, void *data, size_t sizeBytes) function in class:RsHidlAdaptation
H A DrsHidlAdaptation.h90 static void AllocationRead(RsContext, RsAllocation, void*, size_t);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1301 PER_ARRAY_TYPE(0, dispatchTab.AllocationRead, false,

Completed in 1846 milliseconds