Home
last modified time | relevance | path

Searched refs:ANDROID_API_LEVEL (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_extensions.c127 # 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/
Danv_android.c26 #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
Dvk_format_info.h30 #if defined(ANDROID) && ANDROID_API_LEVEL >= 26
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dbuilds_common.sh220 if [ -z "${ANDROID_API_LEVEL}" -o -z "${ANDROID_BUILD_TOOLS_VERSION}" ] || \
230 api_level = ${ANDROID_API_LEVEL},
/external/mesa3d/src/mapi/
Dmapi_glapi.c172 #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/
DDockerfile.android31 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/
Dv3d_debug.h65 #if ANDROID_API_LEVEL >= 26
/external/tensorflow/tensorflow/tools/ci_build/presubmit/ubuntu_16/android/
Dbuild.sh31 export ANDROID_API_LEVEL="23"
/external/mesa3d/src/freedreno/vulkan/
Dtu_android.c28 #if ANDROID_API_LEVEL >= 26
343 #if ANDROID_API_LEVEL >= 26
/external/tensorflow/tensorflow/lite/tools/
Dbuild_aar_with_docker.sh95 …--filter tools,platform-tools,android-${ANDROID_API_LEVEL},build-tools-${ANDROID_BUILD_TOOLS_VERSI…
/external/tensorflow/tensorflow/tools/dockerfiles/
Dtflite-android.Dockerfile9 ENV ANDROID_API_LEVEL 23
/external/mesa3d/src/intel/dev/
Dgen_debug.h107 #if ANDROID_API_LEVEL >= 26
/external/mesa3d/src/egl/main/
Degllog.c51 #if ANDROID_API_LEVEL >= 26
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/
DBUILD.gn58 "ANDROID_API_LEVEL=$android_api_level",
/external/llvm-project/compiler-rt/test/
Dlit.common.configured.in43 set_default("android_api_level", "@ANDROID_API_LEVEL@")
/external/mesa3d/src/amd/vulkan/
Dradv_android.c32 #if ANDROID_API_LEVEL >= 26
307 #if ANDROID_API_LEVEL >= 26 in radv_GetSwapchainGrallocUsage2ANDROID()
Dradv_private.h93 #if defined(ANDROID) && ANDROID_API_LEVEL >= 26
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h284 #if ANDROID_API_LEVEL >= 26
/external/llvm-project/compiler-rt/
DCMakeLists.txt124 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/
Dplatform_android.c523 #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/
Dbuild_android.md61 android update sdk --no-ui -a --filter tools,platform-tools,android-${ANDROID_API_LEVEL},build-tool…
/external/python/cpython3/Python/clinic/
Dsysmodule.c.h924 #if defined(ANDROID_API_LEVEL)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst448 sysconfig.get_config_vars() as 'ANDROID_API_LEVEL'.
/external/python/cpython3/Python/
Dsysmodule.c1917 #ifdef ANDROID_API_LEVEL
1928 return PyLong_FromLong(ANDROID_API_LEVEL); in sys_getandroidapilevel_impl()
/external/python/cpython3/
Dconfigure.ac918 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

12