Searched refs:GetEntryFuncs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/frameworks/rs/ |
H A 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()
|
H A D | rsFallbackAdaptation.h | 30 static const dispatchTable* GetEntryFuncs();
|
H A D | rsFallbackAdaptation.cpp | 54 const dispatchTable* RsFallbackAdaptation::GetEntryFuncs() in GetEntryFuncs() function in RsFallbackAdaptation
|
H A D | rsHidlAdaptation.h | 44 static const dispatchTable* GetEntryFuncs();
|
H A D | rsHidlAdaptation.cpp | 82 const dispatchTable* RsHidlAdaptation::GetEntryFuncs() in GetEntryFuncs() function in RsHidlAdaptation 183 mEntryFuncs = *(fallbackInstance.GetEntryFuncs()); in InitializeHalDeviceContext()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/rs/libRS/android_arm64_armv8-2a_cortex-a55_shared/obj/frameworks/rs/ |
D | rsFallbackAdaptation.sdump | 4715 "function_name" : "RsFallbackAdaptation::GetEntryFuncs",
|
D | rsHidlAdaptation.sdump | 10009 "function_name" : "RsHidlAdaptation::GetEntryFuncs",
|