Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h49 unsigned mCompilerVersion;
81 mCompilerVersion = pCompilerVersion; in setCompilerVersion()
85 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.cpp189 mCompilerVersion = wrapper.getCompilerVersion(); in MetadataExtractor()
205 mCompilerVersion = RS_VERSION; // Default to the actual current version. in MetadataExtractor()
405 if (!Names && !Signatures && mCompilerVersion == 0) { in populateForEachMetadata()
/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp53 : Script(pSource), mCompilerVersion(0), in RSScript()
73 mCompilerVersion = 0; in doReset()
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h57 uint32_t mCompilerVersion; variable
103 return mCompilerVersion; in getCompilerVersion()
DMetadataExtractor.h109 uint32_t mCompilerVersion; variable
278 return mCompilerVersion; in getCompilerVersion()