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

  /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;
  /frameworks/compile/slang/
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)) {

Completed in 62 milliseconds