Home
last modified time | relevance | path

Searched refs:GetEntryFuncs (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
DrsFallbackAdaptation.h30 static const dispatchTable* GetEntryFuncs();
DrsFallbackAdaptation.cpp54 const dispatchTable* RsFallbackAdaptation::GetEntryFuncs() in GetEntryFuncs() function in RsFallbackAdaptation
DrsApiStubs.cpp155 context = instance.GetEntryFuncs()->ContextCreate(vdev, version, sdkVersion, ct, flags); in rsContextCreate()
156 ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreate()
159 context = instance.GetEntryFuncs()->ContextCreate(vdev, version, sdkVersion, ct, flags); in rsContextCreate()
160 ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreate()
729 … RsContext context = instance.GetEntryFuncs()->ContextCreateGL(vdev, version, sdkVersion, sc, dpi); in rsContextCreateGL()
731 RsContextWrapper *ctxWrapper = new RsContextWrapper{context, instance.GetEntryFuncs()}; in rsContextCreateGL()
DrsHidlAdaptation.h44 static const dispatchTable* GetEntryFuncs();
DrsHidlAdaptation.cpp82 const dispatchTable* RsHidlAdaptation::GetEntryFuncs() in GetEntryFuncs() function in RsHidlAdaptation
183 mEntryFuncs = *(fallbackInstance.GetEntryFuncs()); in InitializeHalDeviceContext()