Searched defs:pLinkRuntimeCallback (Results 1 - 3 of 3) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
H A D | RSCompilerDriver.cpp | 216 RSLinkRuntimeCallback pLinkRuntimeCallback, 253 if (pLinkRuntimeCallback) { 254 setLinkRuntimeCallback(pLinkRuntimeCallback); 209 build(BCCContext &pContext, const char *pCacheDir, const char *pResName, const char *pBitcode, size_t pBitcodeSize, const char *pBuildChecksum, const char *pRuntimePath, RSLinkRuntimeCallback pLinkRuntimeCallback, bool pDumpIR) argument
|
/frameworks/rs/cpu_ref/ |
H A D | rsCpuCore.h | 106 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) { 107 mLinkRuntimeCallback = pLinkRuntimeCallback; 105 setLinkRuntimeCallback( bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) argument
|
H A D | rsCpuCore.cpp | 64 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback, 78 cpu->setLinkRuntimeCallback(pLinkRuntimeCallback); 62 create(Context *rsc, uint32_t version_major, uint32_t version_minor, sym_lookup_t lfn, script_lookup_t slfn , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback, RSSelectRTCallback pSelectRTCallback, const char *pBccPluginName ) argument
|
Completed in 212 milliseconds