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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp216 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 DrsCpuCore.h106 bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) {
107 mLinkRuntimeCallback = pLinkRuntimeCallback;
105 setLinkRuntimeCallback( bcc::RSLinkRuntimeCallback pLinkRuntimeCallback) argument
H A DrsCpuCore.cpp64 , 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