HomeSort by relevance Sort by last modified time
    Searched refs:getTargetAPI (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/slang/
slang_rs_backend.h 72 virtual unsigned int getTargetAPI() const {
73 return mContext->getTargetAPI();
slang_backend.h 84 virtual unsigned int getTargetAPI() const {
slang_rs_export_foreach.cpp 44 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) {
153 if (Context->getTargetAPI() < SLANG_JB_MR1_TARGET_API) {
190 if (Context->getTargetAPI() == SLANG_DEVELOPMENT_TARGET_API || i == 0) {
318 if (Context->getTargetAPI() < SLANG_ICS_TARGET_API) {
slang_rs_reflection.cpp 309 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
331 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) {
412 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
718 if (mRSContext->getTargetAPI() >= SLANG_JB_MR1_TARGET_API) {
730 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) {
838 if (mRSContext->getTargetAPI() >= SLANG_JB_MR2_TARGET_API) {
    [all...]
slang_backend.cpp 239 &wrapper, Bitcode.str().length(), getTargetAPI(),
347 unsigned int TargetAPI = getTargetAPI();
slang_rs_context.h 126 inline unsigned int getTargetAPI() const {
slang_rs_backend.cpp 71 mASTChecker(Context, Context->getTargetAPI(), IsFilterscript) {
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 97 if (BCWrapper.getTargetAPI() != mVersion) {
99 BCWrapper.getTargetAPI(), mVersion);
154 &wrapper, Buffer.size(), BCWrapper.getTargetAPI(),
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 95 uint32_t getTargetAPI() const {
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 274 version = bcWrapper.getTargetAPI();
  /frameworks/rs/
rsScriptC.cpp 251 sdkVersion = bcWrapper.getTargetAPI();

Completed in 641 milliseconds