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

  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 94 if (BCWrapper.getTargetAPI() != mVersion) {
96 BCWrapper.getTargetAPI(), mVersion);
149 &wrapper, Buffer.size(), BCWrapper.getTargetAPI(),
  /frameworks/compile/slang/
slang_rs_backend.h 63 virtual unsigned int getTargetAPI() const {
64 return mContext->getTargetAPI();
slang_backend.h 86 virtual unsigned int getTargetAPI() const {
slang_backend.cpp 241 &wrapper, Bitcode.str().length(), getTargetAPI(),
350 unsigned int TargetAPI = getTargetAPI();
slang_rs_export_foreach.cpp 65 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) {
196 if (Context->getTargetAPI() < SLANG_ICS_TARGET_API) {
slang_rs_context.h 120 inline unsigned int getTargetAPI() const {
slang_rs_reflection.cpp 284 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) {
341 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
953 if (mRSContext->getTargetAPI() < SLANG_JB_TARGET_API) {
    [all...]
slang_rs_backend.cpp 156 if (!ValidateASTContext(C, getTargetAPI())) {
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 96 uint32_t getTargetAPI() const {
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 202 version = bcWrapper.getTargetAPI();
  /frameworks/rs/
rsScriptC.cpp 211 sdkVersion = bcWrapper.getTargetAPI();

Completed in 333 milliseconds