Searched defs:TT (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp141 const clang::TypedefType *TT = static_cast<const clang::TypedefType*>(T); local
142 const clang::TypedefNameDecl *TD = TT->getDecl();
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1619 static void EmitDarwinBCHeader(BitstreamWriter &Stream, const Triple &TT) { argument
1633 Triple::ArchType Arch = TT.getArch();
1688 Triple TT(M->getTargetTriple());
1689 if (TT.isOSDarwin())
1690 EmitDarwinBCHeader(Stream, TT);
1703 if (TT.isOSDarwin())
/frameworks/base/include/private/opengles/
H A Dgl_context.h124 TT = 0x8000, // texture coords transformed enumerator in enum:android::gl::vertex_t::__anon129

Completed in 91 milliseconds