Home
last modified time | relevance | path

Searched refs:mCompilerVersion (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h43 unsigned mCompilerVersion; variable
64 { mCompilerVersion = pCompilerVersion; } in setCompilerVersion()
67 { return mCompilerVersion; } in getCompilerVersion()
/frameworks/compile/libbcc/bcinfo/
DBitcodeWrapper.cpp34 mHeaderVersion(0), mTargetAPI(0), mCompilerVersion(0), in BitcodeWrapper()
42 mCompilerVersion = wrapperer.getAndroidCompilerVersion(); in BitcodeWrapper()
DMetadataExtractor.cpp71 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
84 mCompilerVersion = 0; in MetadataExtractor()
/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp57 : Script(pSource), mInfo(NULL), mCompilerVersion(0), in RSScript()
62 mCompilerVersion = 0; in doReset()
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h57 uint32_t mCompilerVersion; variable
103 return mCompilerVersion; in getCompilerVersion()
DMetadataExtractor.h57 uint32_t mCompilerVersion; variable
184 return mCompilerVersion; in getCompilerVersion()