Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DElement.cpp319 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1); in createUser()
328 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size); in createVector()
386 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, dk, true, size); in createPixel()
DrsDispatch.cpp83 dispatchTab.ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"); in loadSymbols()
259 if (dispatchTab.ElementCreate == nullptr) { in loadSymbols()
DrsDispatch.h195 ElementCreateFnPtr ElementCreate; member
/frameworks/rs/
DrsHidlAdaptation.h69 static RsElement ElementCreate(RsContext, RsDataType, RsDataKind, bool, uint32_t);
Drs.spec145 ElementCreate {
DrsHidlAdaptation.cpp133 mEntryFuncs.ElementCreate = ElementCreate; in LoadDispatchForHidl()
509 RsElement RsHidlAdaptation::ElementCreate (RsContext context, in ElementCreate() function in RsHidlAdaptation
DrsApiStubs.cpp287 return RS_DISPATCH(ctxWrapper, ElementCreate, mType, mKind, mNormalized, mVectorSize); in rsElementCreate()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp937 return (jlong)(uintptr_t)dispatchTab.ElementCreate((RsContext)con, in nElementCreate()
2184 return (jlong)(uintptr_t)dispatchTabInc.ElementCreate((RsContext)con, (RsDataType)type, in nIncElementCreate()