Home
last modified time | relevance | path

Searched refs:ContextDump (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.cpp72 dispatchTab.ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump"); in loadSymbols()
243 if (dispatchTab.ContextDump == nullptr) { in loadSymbols()
DrsDispatch.h183 ContextDumpFnPtr ContextDump; member
/frameworks/rs/
DrsHidlAdaptation.h56 static void ContextDump(RsContext, int32_t);
Drs.spec123 ContextDump {
DrsHidlAdaptation.cpp125 mEntryFuncs.ContextDump = ContextDump; in LoadDispatchForHidl()
479 void RsHidlAdaptation::ContextDump (RsContext context, int32_t bits) in ContextDump() function in RsHidlAdaptation
DrsApiStubs.cpp211 RS_DISPATCH(ctxWrapper, ContextDump, bits); in rsContextDump()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp845 dispatchTab.ContextDump((RsContext)con, bits); in nContextDump()