Searched refs:ElementCreate (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | Element.cpp | 319 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()
|
D | rsDispatch.cpp | 83 dispatchTab.ElementCreate = (ElementCreateFnPtr)dlsym(handle, "rsElementCreate"); in loadSymbols() 259 if (dispatchTab.ElementCreate == nullptr) { in loadSymbols()
|
D | rsDispatch.h | 195 ElementCreateFnPtr ElementCreate; member
|
/frameworks/rs/ |
D | rsHidlAdaptation.h | 69 static RsElement ElementCreate(RsContext, RsDataType, RsDataKind, bool, uint32_t);
|
D | rs.spec | 145 ElementCreate {
|
D | rsHidlAdaptation.cpp | 133 mEntryFuncs.ElementCreate = ElementCreate; in LoadDispatchForHidl() 509 RsElement RsHidlAdaptation::ElementCreate (RsContext context, in ElementCreate() function in RsHidlAdaptation
|
D | rsApiStubs.cpp | 287 return RS_DISPATCH(ctxWrapper, ElementCreate, mType, mKind, mNormalized, mVectorSize); in rsElementCreate()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 939 return (jlong)(uintptr_t)dispatchTab.ElementCreate((RsContext)con, in nElementCreate() 2186 return (jlong)(uintptr_t)dispatchTabInc.ElementCreate((RsContext)con, (RsDataType)type, in nIncElementCreate()
|