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

  /frameworks/compile/slang/
slang_rs_check_ast.h 48 explicit RSCheckAST(clang::ASTContext &Con, unsigned int TargetAPI,
51 mValid(true), mTargetAPI(TargetAPI), mIsFilterscript(IsFilterscript),
slang_backend.cpp 351 unsigned int TargetAPI = getTargetAPI();
352 switch (TargetAPI) {
367 if (TargetAPI < SLANG_MINIMUM_TARGET_API ||
368 TargetAPI > SLANG_MAXIMUM_TARGET_API) {
slang_rs.h 141 unsigned int TargetAPI, bool EmitDebug,
slang_rs_export_type.cpp 93 unsigned int TargetAPI = 0) {
107 << TopLevelRecord->getName() << TargetAPI;
112 << ND->getName() << TargetAPI;
333 unsigned int TargetAPI) {
334 if (TargetAPI < SLANG_JB_TARGET_API) {
369 // TargetAPI - target SDK API level.
379 unsigned int TargetAPI,
391 if (VD && !ValidateRSObjectInVarDecl(VD, InCompositeType, TargetAPI)) {
445 TargetAPI, IsFilterscript)) {
505 UnionDecl, TargetAPI, IsFilterscript)
    [all...]
slang_rs_context.cpp 49 unsigned int TargetAPI,
55 mTargetAPI(TargetAPI),
slang_rs.cpp 281 unsigned int TargetAPI, bool EmitDebug,
312 mTargetAPI = TargetAPI;
slang_rs_export_type.h 165 unsigned int TargetAPI, bool IsFilterscript);
170 static bool ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
slang_rs_context.h 109 unsigned int TargetAPI,
  /frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h 33 uint32_t TargetAPI;
121 * \param targetAPI - target API version for this bitcode.
128 size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion,
139 wrapper->TargetAPI = targetAPI;

Completed in 111 milliseconds