Searched refs:ClosureCreate (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | rsDispatch.cpp | 66 dispatchTab.ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"); in loadSymbols() 429 if (dispatchTab.ClosureCreate == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 176 ClosureCreateFnPtr ClosureCreate; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 139 .ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"), in loadHAL()
|
H A D | Context.cpp | 519 …RsClosure _closure = Device::getHal().ClosureCreate(mContext, _kernelID, _returnValue, _fieldIDS.d… in closureCreate()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 133 …static RsClosure ClosureCreate(RsContext context, RsScriptKernelID kernelID, RsAllocation returnVa…
|
H A D | rsHidlAdaptation.cpp | 119 mEntryFuncs.ClosureCreate = ClosureCreate; in LoadDispatchForHidl() 272 RsClosure RsHidlAdaptation::ClosureCreate(RsContext context, RsScriptKernelID kernelID, in ClosureCreate() function in RsHidlAdaptation
|
H A D | rs.spec | 321 ClosureCreate {
|
H A D | rsApiStubs.cpp | 536 return RS_DISPATCH(ctxWrapper, ClosureCreate, kernelID, returnValue, fieldIDs, fieldIDs_length, in rsClosureCreate()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 444 ret = (jlong)(uintptr_t)dispatchTab.ClosureCreate( in nClosureCreate()
|