Searched refs:ClosureCreate (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/cpp/
H A DrsDispatch.cpp66 dispatchTab.ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate");
429 if (dispatchTab.ClosureCreate == nullptr) {
430 LOG_ERR("Couldn't initialize dispatchTab.ClosureCreate");
H A DrsDispatch.h176 ClosureCreateFnPtr ClosureCreate; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h133 static RsClosure ClosureCreate(RsContext context, RsScriptKernelID kernelID, RsAllocation returnValue, RsScriptFieldID* fieldIDs, size_t fieldIDs_length, int64_t* values, size_t values_length, int* sizes, size_t sizes_length, RsClosure* depClosures, size_t depClosures_length, RsScriptFieldID* depFieldIDs, size_t depFieldIDs_length);
H A Drs.spec321 ClosureCreate {
H A DrsHidlAdaptation.cpp119 mEntryFuncs.ClosureCreate = ClosureCreate;
272 RsClosure RsHidlAdaptation::ClosureCreate(RsContext context, RsScriptKernelID kernelID, function in class:RsHidlAdaptation
H A DrsApiStubs.cpp536 return RS_DISPATCH(ctxWrapper, ClosureCreate, kernelID, returnValue, fieldIDs, fieldIDs_length,
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp442 ret = (jlong)(uintptr_t)dispatchTab.ClosureCreate(

Completed in 46 milliseconds