Home
last modified time | relevance | path

Searched refs:dispatchTable (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/
DrsFallbackAdaptation.h20 struct dispatchTable;
30 static const dispatchTable* GetEntryFuncs();
37 static dispatchTable mEntryFuncs;
DrsFallbackAdaptation.cpp26 dispatchTable RsFallbackAdaptation::mEntryFuncs;
54 const dispatchTable* RsFallbackAdaptation::GetEntryFuncs() in GetEntryFuncs()
DrsHidlAdaptation.h24 struct dispatchTable;
44 static const dispatchTable* GetEntryFuncs();
142 static dispatchTable mEntryFuncs;
DrsHidlAdaptation.cpp57 dispatchTable RsHidlAdaptation::mEntryFuncs;
82 const dispatchTable* RsHidlAdaptation::GetEntryFuncs() in GetEntryFuncs()
DrsApiStubs.cpp42 const dispatchTable* dispatch;
/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io.cpp9 …nv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab) in AllocationSetSurface()
Dandroid_renderscript_RenderScript.cpp272 static dispatchTable dispatchTab;
274 static dispatchTable dispatchTabInc;
/frameworks/rs/cpp/
DRenderScript.cpp34 dispatchTable* RS::dispatch = nullptr;
105 RS::dispatch = new dispatchTable; in initDispatch()
DrsDispatch.h141 struct dispatchTable { struct
263 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int device_api = 0); argument
269 …cationSetSurfaceFnPtr) (JNIEnv *, jobject, RsContext, RsAllocation, RsNativeWindow, dispatchTable);
DrsDispatch.cpp26 bool loadSymbols(void* handle, dispatchTable& dispatchTab, int targetApiLevel) { in loadSymbols()
DrsCppStructs.h32 struct dispatchTable;
423 static dispatchTable* dispatch;