Searched refs:ANDROID_API_LEVEL (Results 1 – 25 of 31) sorted by relevance
12
| /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/minigbm/cros_gralloc/ |
| D | cros_gralloc_driver.h | 18 #if ANDROID_API_LEVEL >= 31 && defined(HAS_DMABUF_SYSTEM_HEAP) 65 #if ANDROID_API_LEVEL >= 31 && defined(HAS_DMABUF_SYSTEM_HEAP)
|
| D | cros_gralloc_helpers.cc | 71 #if ANDROID_API_LEVEL >= 29 in cros_gralloc_convert_format() 77 #if ANDROID_API_LEVEL >= 30 in cros_gralloc_convert_format()
|
| D | cros_gralloc_driver.cc | 236 #if ANDROID_API_LEVEL >= 31 && defined(HAS_DMABUF_SYSTEM_HEAP) in create_reserved_region()
|
| /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 | 102 "platforms;android-${ANDROID_API_LEVEL}"
|
| /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/tensorflow/tensorflow/tools/dockerfiles/ |
| D | tflite-android.Dockerfile | 11 ENV ANDROID_API_LEVEL 23
|
| /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/mesa3d/src/egl/drivers/dri2/ |
| D | platform_android.c | 559 #if ANDROID_API_LEVEL >= 24 in droid_set_shared_buffer_mode() 1685 #if ANDROID_API_LEVEL >= 24 in dri2_initialize_android()
|
| /external/python/cpython3/Python/clinic/ |
| D | sysmodule.c.h | 919 #if defined(ANDROID_API_LEVEL)
|
| /external/tensorflow/tensorflow/lite/g3doc/android/ |
| D | lite_build.md | 83 "platforms;android-${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 | 1946 #ifdef ANDROID_API_LEVEL 1957 return PyLong_FromLong(ANDROID_API_LEVEL); in sys_getandroidapilevel_impl()
|
| /external/python/cpython3/ |
| D | configure.ac | 924 ANDROID_API_LEVEL=`sed -n -e '/__ANDROID_API__/d' -e 's/^android_api = //p' conftest.out` 926 AC_MSG_RESULT([$ANDROID_API_LEVEL]) 927 if test -z "$ANDROID_API_LEVEL"; then 931 AC_DEFINE_UNQUOTED(ANDROID_API_LEVEL, $ANDROID_API_LEVEL, [The Android API level.]) definition 4848 if test -n "$ANDROID_API_LEVEL" -o "$MACHDEP" = "cygwin"; then
|
12