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

/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h84 uint32_t getTargetAPI() const { function in class:bcinfo::BitcodeWrapper
/frameworks/compile/slang/
H A Dslang_rs_backend.h62 virtual unsigned int getTargetAPI() const { function in class:slang::RSBackend
63 return mContext->getTargetAPI();
H A Dslang_backend.h86 virtual unsigned int getTargetAPI() const { function in class:slang::Backend
H A Dslang_backend.cpp241 header.TargetAPI = getTargetAPI();
348 if (getTargetAPI() < SLANG_ICS_TARGET_API) {
H A Dslang_rs_context.h118 inline unsigned int getTargetAPI() const { function in class:slang::RSContext
H A Dslang_rs_export_foreach.cpp186 if (Context->getTargetAPI() < SLANG_ICS_TARGET_API) {
H A Dslang_rs_reflection.cpp628 if (mRSContext->getTargetAPI() >= SLANG_ICS_TARGET_API) {
/frameworks/base/libs/rs/
H A DrsScriptC.cpp209 sdkVersion = bcWrapper.getTargetAPI();

Completed in 1183 milliseconds