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

  /frameworks/compile/slang/
slang_rs_check_ast.h 49 explicit RSCheckAST(RSContext *Con, unsigned int TargetAPI,
55 mTargetAPI(TargetAPI),
slang_backend.cpp 347 unsigned int TargetAPI = getTargetAPI();
348 switch (TargetAPI) {
363 if (TargetAPI != SLANG_DEVELOPMENT_TARGET_API &&
364 (TargetAPI < SLANG_MINIMUM_TARGET_API ||
365 TargetAPI > SLANG_MAXIMUM_TARGET_API)) {
slang_rs_export_type.cpp 178 unsigned int TargetAPI = 0) {
184 << TopLevelRecord->getName() << TargetAPI;
187 << TargetAPI;
407 unsigned int TargetAPI) {
408 if (TargetAPI < SLANG_JB_TARGET_API) {
442 // TargetAPI - target SDK API level.
453 unsigned int TargetAPI,
468 TargetAPI)) {
521 TargetAPI, IsFilterscript)) {
573 InCompositeType, UnionDecl, TargetAPI,
    [all...]
slang_rs_context.cpp 49 unsigned int TargetAPI,
54 mTargetAPI(TargetAPI),
slang_rs_export_type.h 239 clang::SourceLocation Loc, unsigned int TargetAPI,
246 unsigned int TargetAPI, bool IsFilterscript);
slang_rs_context.h 110 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 3435 milliseconds