Searched refs:GetEntryFuncs (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rsFallbackAdaptation.h | 30 static const dispatchTable* GetEntryFuncs();
|
D | rsFallbackAdaptation.cpp | 54 const dispatchTable* RsFallbackAdaptation::GetEntryFuncs() in GetEntryFuncs() function in RsFallbackAdaptation
|
D | rsApiStubs.cpp | 155 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()
|
D | rsHidlAdaptation.h | 44 static const dispatchTable* GetEntryFuncs();
|
D | rsHidlAdaptation.cpp | 82 const dispatchTable* RsHidlAdaptation::GetEntryFuncs() in GetEntryFuncs() function in RsHidlAdaptation 183 mEntryFuncs = *(fallbackInstance.GetEntryFuncs()); in InitializeHalDeviceContext()
|