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;
122 * \param targetAPI - target API version for this bitcode.
129 size_t bitcodeSize, uint32_t targetAPI, uint32_t compilerVersion,
140 wrapper->TargetAPI = targetAPI;
  /frameworks/compile/slang/
slang_backend.cpp 350 unsigned int TargetAPI = getTargetAPI();
351 switch (TargetAPI) {
366 if (TargetAPI < SLANG_MINIMUM_TARGET_API ||
367 TargetAPI > SLANG_MAXIMUM_TARGET_API) {

Completed in 227 milliseconds