Searched refs:dispatchTable (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/ |
D | rsFallbackAdaptation.h | 20 struct dispatchTable; 30 static const dispatchTable* GetEntryFuncs(); 37 static dispatchTable mEntryFuncs;
|
D | rsFallbackAdaptation.cpp | 26 dispatchTable RsFallbackAdaptation::mEntryFuncs; 54 const dispatchTable* RsFallbackAdaptation::GetEntryFuncs() in GetEntryFuncs()
|
D | rsHidlAdaptation.h | 24 struct dispatchTable; 44 static const dispatchTable* GetEntryFuncs(); 142 static dispatchTable mEntryFuncs;
|
D | rsHidlAdaptation.cpp | 57 dispatchTable RsHidlAdaptation::mEntryFuncs; 82 const dispatchTable* RsHidlAdaptation::GetEntryFuncs() in GetEntryFuncs()
|
D | rsApiStubs.cpp | 42 const dispatchTable* dispatch;
|
/frameworks/rs/support/jni/ |
D | android_rscompat_usage_io.cpp | 9 …nv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab) in AllocationSetSurface()
|
D | android_renderscript_RenderScript.cpp | 272 static dispatchTable dispatchTab; 274 static dispatchTable dispatchTabInc;
|
/frameworks/rs/cpp/ |
D | RenderScript.cpp | 34 dispatchTable* RS::dispatch = nullptr; 105 RS::dispatch = new dispatchTable; in initDispatch()
|
D | rsDispatch.h | 141 struct dispatchTable { struct 263 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int device_api = 0); argument 269 …cationSetSurfaceFnPtr) (JNIEnv *, jobject, RsContext, RsAllocation, RsNativeWindow, dispatchTable);
|
D | rsDispatch.cpp | 26 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int targetApiLevel) { in loadSymbols()
|
D | rsCppStructs.h | 32 struct dispatchTable; 423 static dispatchTable* dispatch;
|