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 352 unsigned int TargetAPI = getTargetAPI();
353 switch (TargetAPI) {
368 if (TargetAPI < SLANG_MINIMUM_TARGET_API ||
369 TargetAPI > SLANG_MAXIMUM_TARGET_API) {

Completed in 342 milliseconds