Searched refs:minApi (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/scripts/android/ |
D | build_apk.py | 172 …def __init__(self, env, buildPath, abis, nativeApi, javaApi, minApi, nativeBuildType, gtfTarget, v… argument 179 self.minApi = minApi 200 if not (self.minApi <= self.javaApi <= self.nativeApi): 201 …raise Exception("Requires: min-api (%d) <= java-api (%d) <= native-api (%d)" % (self.minApi, self.… 621 "--min-sdk-version", str(config.minApi), 1001 …h, abis=args.abis, nativeApi=args.nativeApi, javaApi=args.javaApi, minApi=args.minApi, nativeBuild…
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcCompressedFormatTests.cpp | 61 ApiType minApi; member 443 ApiType minApi; member 806 if (!contextSupports(testContext.getRenderContext().getType(), compressedFormats[i].minApi)) in __anon27e7ac531c02() 848 if (!contextSupports(testContext.getRenderContext().getType(), compressedFormats[i].minApi)) in __anon27e7ac532002() 878 if (!contextSupports(testContext.getRenderContext().getType(), format.minApi)) in __anon27e7ac532202() 1082 if (!contextSupports(testContext.getRenderContext().getType(), format.minApi)) in __anon27e7ac533202() 1113 if (!contextSupports(testContext.getRenderContext().getType(), format.minApi)) in __anon27e7ac533402() 1171 if (!contextSupports(testContext.getRenderContext().getType(), format.minApi)) in __anon27e7ac533902() 1671 if (glu::contextSupports(m_context.getRenderContext().getType(), apiCase.minApi)) in init() 1678 if (glu::contextSupports(m_context.getRenderContext().getType(), formatInfo.minApi)) in init()
|