Searched refs:ElementCreate2 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.cpp | 84 dispatchTab.ElementCreate2 = (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2"); in loadSymbols() 263 if (dispatchTab.ElementCreate2 == nullptr) { in loadSymbols()
|
D | Element.cpp | 496 void *id = RS::dispatch->ElementCreate2(mRS->getContext(), in create()
|
D | rsDispatch.h | 194 ElementCreate2FnPtr ElementCreate2; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 70 …static RsElement ElementCreate2(RsContext, const RsElement*, size_t, const char**, size_t, const s…
|
D | rs.spec | 154 ElementCreate2 {
|
D | rsHidlAdaptation.cpp | 134 mEntryFuncs.ElementCreate2 = ElementCreate2; in LoadDispatchForHidl() 522 RsElement RsHidlAdaptation::ElementCreate2 (RsContext context, in ElementCreate2() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 294 return RS_DISPATCH(ctxWrapper, ElementCreate2, in rsElementCreate2()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 968 jlong id = (jlong)(uintptr_t)dispatchTab.ElementCreate2((RsContext)con, (RsElement *)ids, in nElementCreate2()
|