/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_extensions.c | 127 # define ANDROID_API_LEVEL 0 macro 162 .KHR_device_group_creation = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), 163 .KHR_display = (!ANDROID || ANDROID_API_LEVEL >= 26) && (VK_USE_PLATFORM_DISPLAY_KHR), 164 .KHR_external_fence_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), 165 .KHR_external_memory_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), 166 .KHR_external_semaphore_capabilities = (!ANDROID || ANDROID_API_LEVEL >= 28) && (true), 167 ….KHR_get_display_properties2 = (!ANDROID || ANDROID_API_LEVEL >= 29) && (VK_USE_PLATFORM_DISPLAY_K… 168 .KHR_get_physical_device_properties2 = (!ANDROID || ANDROID_API_LEVEL >= 26) && (true), 169 .KHR_get_surface_capabilities2 = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANV_HAS_SURFACE), 170 .KHR_surface = (!ANDROID || ANDROID_API_LEVEL >= 26) && (ANV_HAS_SURFACE), [all …]
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 26 #if ANDROID_API_LEVEL >= 26 106 #if ANDROID_API_LEVEL >= 26 261 #if ANDROID_API_LEVEL >= 26 in anv_ahw_usage_from_vk_usage() 292 #if ANDROID_API_LEVEL >= 26 in anv_import_ahw_memory() 332 #if ANDROID_API_LEVEL >= 26 in anv_create_ahw_memory() 394 #if ANDROID_API_LEVEL >= 26 in anv_image_from_external() 636 #if ANDROID_API_LEVEL >= 26
|
D | vk_format_info.h | 30 #if defined(ANDROID) && ANDROID_API_LEVEL >= 26
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | builds_common.sh | 220 if [ -z "${ANDROID_API_LEVEL}" -o -z "${ANDROID_BUILD_TOOLS_VERSION}" ] || \ 230 api_level = ${ANDROID_API_LEVEL},
|
/external/mesa3d/src/mapi/ |
D | mapi_glapi.c | 172 #if defined(ANDROID) && ANDROID_API_LEVEL <= 30 191 #if defined(ANDROID) && ANDROID_API_LEVEL <= 30 in _glapi_get_stub()
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.android | 31 ENV ANDROID_API_LEVEL 23 42 …droid update sdk --no-ui -a --filter tools,platform-tools,android-${ANDROID_API_LEVEL},build-tools…
|
/external/mesa3d/src/broadcom/common/ |
D | v3d_debug.h | 65 #if ANDROID_API_LEVEL >= 26
|
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/android/ |
D | build.sh | 31 export ANDROID_API_LEVEL="23"
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 28 #if ANDROID_API_LEVEL >= 26 343 #if ANDROID_API_LEVEL >= 26
|
/external/tensorflow/tensorflow/lite/tools/ |
D | build_aar_with_docker.sh | 95 …--filter tools,platform-tools,android-${ANDROID_API_LEVEL},build-tools-${ANDROID_BUILD_TOOLS_VERSI…
|
/external/tensorflow/tensorflow/tools/dockerfiles/ |
D | tflite-android.Dockerfile | 9 ENV ANDROID_API_LEVEL 23
|
/external/mesa3d/src/intel/dev/ |
D | gen_debug.h | 107 #if ANDROID_API_LEVEL >= 26
|
/external/mesa3d/src/egl/main/ |
D | egllog.c | 51 #if ANDROID_API_LEVEL >= 26
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/ |
D | BUILD.gn | 58 "ANDROID_API_LEVEL=$android_api_level",
|
/external/llvm-project/compiler-rt/test/ |
D | lit.common.configured.in | 43 set_default("android_api_level", "@ANDROID_API_LEVEL@")
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 32 #if ANDROID_API_LEVEL >= 26 307 #if ANDROID_API_LEVEL >= 26 in radv_GetSwapchainGrallocUsage2ANDROID()
|
D | radv_private.h | 93 #if defined(ANDROID) && ANDROID_API_LEVEL >= 26
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 284 #if ANDROID_API_LEVEL >= 26
|
/external/llvm-project/compiler-rt/ |
D | CMakeLists.txt | 124 string(REGEX MATCH "-target(=| +)[^ ]+android[a-z]*([0-9]+)" ANDROID_API_LEVEL "${CMAKE_C_FLAGS}") 125 set(ANDROID_API_LEVEL ${CMAKE_MATCH_2}) variable 280 if("${ANDROID_API_LEVEL}" GREATER_EQUAL 28)
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 523 #if ANDROID_API_LEVEL >= 24 in droid_set_shared_buffer_mode() 1649 #if ANDROID_API_LEVEL >= 24 in dri2_initialize_android()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_android.md | 61 android update sdk --no-ui -a --filter tools,platform-tools,android-${ANDROID_API_LEVEL},build-tool…
|
/external/python/cpython3/Python/clinic/ |
D | sysmodule.c.h | 924 #if defined(ANDROID_API_LEVEL)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 448 sysconfig.get_config_vars() as 'ANDROID_API_LEVEL'.
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 1917 #ifdef ANDROID_API_LEVEL 1928 return PyLong_FromLong(ANDROID_API_LEVEL); in sys_getandroidapilevel_impl()
|
/external/python/cpython3/ |
D | configure.ac | 918 ANDROID_API_LEVEL=`sed -n -e '/__ANDROID_API__/d' -e 's/^android_api = //p' conftest.out` 920 AC_MSG_RESULT([$ANDROID_API_LEVEL]) 921 if test -z "$ANDROID_API_LEVEL"; then 925 AC_DEFINE_UNQUOTED(ANDROID_API_LEVEL, $ANDROID_API_LEVEL, [The Android API level.]) definition 4799 if test -n "$ANDROID_API_LEVEL" -o "$MACHDEP" = "cygwin"; then
|