Searched defs:pLinkRuntimeCallback (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp340 RSLinkRuntimeCallback pLinkRuntimeCallback,
393 script->setLinkRuntimeCallback(pLinkRuntimeCallback);
334 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback, bool pDumpIR) argument
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h116 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) {
117 mLinkRuntimeCallback = pLinkRuntimeCallback;
115 setLinkRuntimeCallback( bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) argument
H A DrsCpuCore.cpp68 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback,
83 cpu->setLinkRuntimeCallback(pLinkRuntimeCallback);
65 create(Context *rsc, uint32_t version_major, uint32_t version_minor, sym_lookup_t lfn, script_lookup_t slfn , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback, RSSelectRTCallback pSelectRTCallback ) argument

Completed in 58 milliseconds