Searched refs:ClosureCreate (Results 1 - 7 of 7) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 66 dispatchTab.ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"); 429 if (dispatchTab.ClosureCreate == nullptr) { 430 LOG_ERR("Couldn't initialize dispatchTab.ClosureCreate");
|
H A D | rsDispatch.h | 176 ClosureCreateFnPtr ClosureCreate; member in struct:dispatchTable
|
/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 133 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 D | rs.spec | 321 ClosureCreate {
|
H A D | rsHidlAdaptation.cpp | 119 mEntryFuncs.ClosureCreate = ClosureCreate; 272 RsClosure RsHidlAdaptation::ClosureCreate(RsContext context, RsScriptKernelID kernelID, function in class:RsHidlAdaptation
|
H A D | rsApiStubs.cpp | 536 return RS_DISPATCH(ctxWrapper, ClosureCreate, kernelID, returnValue, fieldIDs, fieldIDs_length,
|
/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 442 ret = (jlong)(uintptr_t)dispatchTab.ClosureCreate(
|
Completed in 46 milliseconds