Home
last modified time | relevance | path

Searched refs:expectedCompileCommandLine (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp66 const char* expectedCompileCommandLine, in IsConsistent() argument
75 if (strcmp(expectedCompileCommandLine, mCompileCommandLine) != 0) { in IsConsistent()
78 ALOGD("expected: %s", expectedCompileCommandLine); in IsConsistent()
DRSCompilerDriver.cpp71 const char* expectedCompileCommandLine, in loadScript() argument
153 if (!info->IsConsistent(output_path.c_str(), expectedSourceHash, expectedCompileCommandLine, in loadScript()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSCompilerDriver.h123 size_t pBitcodeSize, const char* expectedCompileCommandLine,