Searched refs:TypeCreate (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | Type.cpp | 113 …void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false,… in create() 222 void * id = RS::dispatch->TypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ, in create()
|
H A D | rsDispatch.cpp | 116 dispatchTab.TypeCreate = (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate"); in loadSymbols() 215 if (dispatchTab.TypeCreate == nullptr) { in loadSymbols()
|
H A D | rsDispatch.h | 227 TypeCreateFnPtr TypeCreate; member
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Device.cpp | 197 .TypeCreate = (TypeCreateFnPtr)dlsym(handle, "rsTypeCreate"), in loadHAL()
|
H A D | Context.cpp | 421 …RsType _type = Device::getHal().TypeCreate(mContext, _element, _dimX, _dimY, _dimZ, _mipmaps, _fac… in typeCreate()
|
/aosp12/frameworks/rs/ |
H A D | rsHidlAdaptation.h | 74 …static RsType TypeCreate(RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, uint32_t);
|
H A D | rsHidlAdaptation.cpp | 166 mEntryFuncs.TypeCreate = TypeCreate; in LoadDispatchForHidl() 408 RsType RsHidlAdaptation::TypeCreate (RsContext context, RsElement element, uint32_t dimX, in TypeCreate() function in RsHidlAdaptation
|
H A D | rs.spec | 38 TypeCreate {
|
H A D | rsApiStubs.cpp | 316 return RS_DISPATCH(ctxWrapper, TypeCreate, e, dimX, dimY, dimZ, mipmaps, faces, yuv); in rsTypeCreate()
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1021 return (jlong)(uintptr_t)dispatchTab.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, in nTypeCreate() 2198 return (jlong)(uintptr_t)dispatchTabInc.TypeCreate((RsContext)con, (RsElement)eid, dimx, dimy, in nIncTypeCreate()
|