Home
last modified time | relevance | path

Searched refs:ElementCreate2 (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp84 dispatchTab.ElementCreate2 = (ElementCreate2FnPtr)dlsym(handle, "rsElementCreate2"); in loadSymbols()
263 if (dispatchTab.ElementCreate2 == nullptr) { in loadSymbols()
DElement.cpp496 void *id = RS::dispatch->ElementCreate2(mRS->getContext(), in create()
DrsDispatch.h194 ElementCreate2FnPtr ElementCreate2; member
/frameworks/rs/
DrsHidlAdaptation.h70 …static RsElement ElementCreate2(RsContext, const RsElement*, size_t, const char**, size_t, const s…
Drs.spec154 ElementCreate2 {
DrsHidlAdaptation.cpp134 mEntryFuncs.ElementCreate2 = ElementCreate2; in LoadDispatchForHidl()
522 RsElement RsHidlAdaptation::ElementCreate2 (RsContext context, in ElementCreate2() function in RsHidlAdaptation
DrsApiStubs.cpp294 return RS_DISPATCH(ctxWrapper, ElementCreate2, in rsElementCreate2()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp968 jlong id = (jlong)(uintptr_t)dispatchTab.ElementCreate2((RsContext)con, (RsElement *)ids, in nElementCreate2()