Searched refs:getTargetAPI (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp97 if (BCWrapper.getTargetAPI() != mVersion) {
99 BCWrapper.getTargetAPI(), mVersion);
H A DMetadataExtractor.cpp102 mTargetAPI = wrapper.getTargetAPI();
/frameworks/compile/slang/
H A Dslang_backend.h119 unsigned int getTargetAPI() const { return mContext->getTargetAPI(); } function in class:slang::Backend
H A Dslang_rs_export_foreach.cpp105 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) {
164 << FD->getName() << listSpecialParameters(Context->getTargetAPI())
214 if (Context->getTargetAPI() < SLANG_JB_MR1_TARGET_API) {
246 if (Context->getTargetAPI() >= SLANG_M_TARGET_API || i == 0) {
278 if (valid && mIns.empty() && !mHasReturnType && Context->getTargetAPI() < SLANG_M_TARGET_API) {
341 << FD->getName() << ParamName << listSpecialParameters(Context->getTargetAPI());
350 if (Context->getTargetAPI() < SP.minAPI) {
447 if (Context->getTargetAPI() < SLANG_ICS_TARGET_API) {
H A Dslang_rs_reflection.cpp308 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
330 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) {
411 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
628 if (mRSContext->getTargetAPI() >= SLANG_M_TARGET_API) {
730 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) {
742 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) {
852 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) {
1179 if (mRSContext->getTargetAPI() < SLANG_JB_TARGET_API) {
1208 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) {
1457 if (mRSContext->getTargetAPI() < 2
[all...]
H A Dslang_rs_context.h126 inline unsigned int getTargetAPI() const { function in class:slang::RSContext
H A Dslang_backend.cpp232 mASTChecker(Context, Context->getTargetAPI(), IsFilterscript),
248 &wrapper, Bitcode.str().length(), getTargetAPI(),
352 unsigned int TargetAPI = getTargetAPI();
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h95 uint32_t getTargetAPI() const { function in class:bcinfo::BitcodeWrapper
H A DMetadataExtractor.h126 uint32_t getTargetAPI() const { function in class:bcinfo::MetadataExtractor
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp277 version = bcWrapper.getTargetAPI();
/frameworks/rs/
H A DrsScriptC.cpp313 sdkVersion = bcWrapper.getTargetAPI();

Completed in 150 milliseconds