Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp97 if (BCWrapper.getTargetAPI() != mVersion) { in translate()
99 BCWrapper.getTargetAPI(), mVersion); in translate()
154 &wrapper, Buffer.size(), BCWrapper.getTargetAPI(), in translate()
/frameworks/compile/slang/
Dslang_rs_backend.h72 virtual unsigned int getTargetAPI() const { in getTargetAPI() function
73 return mContext->getTargetAPI(); in getTargetAPI()
Dslang_rs_export_foreach.cpp44 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) { in validateAndConstructParams()
153 if (Context->getTargetAPI() < SLANG_JB_MR1_TARGET_API) { in validateAndConstructKernelParams()
190 if (Context->getTargetAPI() == SLANG_DEVELOPMENT_TARGET_API || i == 0) { in validateAndConstructKernelParams()
318 if (Context->getTargetAPI() < SLANG_ICS_TARGET_API) { in setSignatureMetadata()
Dslang_rs_reflection.cpp309 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) { in RSReflectionJava()
331 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) { in genScriptClass()
412 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) { in genScriptClassConstructor()
718 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) { in genExportForEach()
730 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) { in genExportForEach()
838 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) { in genExportForEach()
1165 if (mRSContext->getTargetAPI() < SLANG_JB_TARGET_API) { in genSetExportVariable()
1194 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) { in genGetFieldID()
1443 if (mRSContext->getTargetAPI() < 21) { in genTypeItemClass()
1751 if (mRSContext->getTargetAPI() < SLANG_ICS_TARGET_API) { in RSReflectionJavaElementBuilder()
[all …]
Dslang_backend.h84 virtual unsigned int getTargetAPI() const { in getTargetAPI() function
Dslang_backend.cpp239 &wrapper, Bitcode.str().length(), getTargetAPI(), in WrapBitcode()
347 unsigned int TargetAPI = getTargetAPI(); in HandleTranslationUnit()
Dslang_rs_context.h126 inline unsigned int getTargetAPI() const { in getTargetAPI() function
Dslang_rs_backend.cpp71 mASTChecker(Context, Context->getTargetAPI(), IsFilterscript) { in RSBackend()
/frameworks/compile/libbcc/include/bcinfo/
DBitcodeWrapper.h95 uint32_t getTargetAPI() const { in getTargetAPI() function
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp274 version = bcWrapper.getTargetAPI(); in main()
/frameworks/rs/
DrsScriptC.cpp251 sdkVersion = bcWrapper.getTargetAPI(); in runCompiler()