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

/frameworks/rs/cpp/
H A DrsDispatch.cpp72 dispatchTab.ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump");
243 if (dispatchTab.ContextDump == nullptr) {
244 LOG_ERR("Couldn't initialize dispatchTab.ContextDump");
H A DrsDispatch.h184 ContextDumpFnPtr ContextDump; member in struct:dispatchTable
/frameworks/rs/
H A DrsHidlAdaptation.h56 static void ContextDump(RsContext, int32_t);
H A Drs.spec123 ContextDump {
H A DrsHidlAdaptation.cpp125 mEntryFuncs.ContextDump = ContextDump;
479 void RsHidlAdaptation::ContextDump (RsContext context, int32_t bits) function in class:RsHidlAdaptation
H A DrsApiStubs.cpp216 RS_DISPATCH(ctxWrapper, ContextDump, bits);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp843 dispatchTab.ContextDump((RsContext)con, bits);

Completed in 89 milliseconds