/hardware/qcom/media/msm8998/ |
D | configure.ac | 109 AC_ARG_WITH([sanitized-headers], 110 … [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])], 113 AC_ARG_WITH([glib-headers], 114 [AS_HELP_STRING([--with-binder-inc=DIR],[location of common headers])], 117 AC_ARG_WITH([utils-headers], 118 [AS_HELP_STRING([--with-utils-inc=DIR],[location of common headers])], 121 AC_ARG_WITH([cutils-headers], 122 [AS_HELP_STRING([--with-cutils-inc=DIR],[location of common headers])], 125 AC_ARG_WITH([kernel-headers], 126 [AS_HELP_STRING([--with-kernel-inc=DIR],[location of common headers])], [all …]
|
/hardware/qcom/sm8150/media/ |
D | configure.ac | 112 AC_ARG_WITH([sanitized-headers], 113 … [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])], 116 AC_ARG_WITH([glib-headers], 117 [AS_HELP_STRING([--with-binder-inc=DIR],[location of common headers])], 120 AC_ARG_WITH([utils-headers], 121 [AS_HELP_STRING([--with-utils-inc=DIR],[location of common headers])], 124 AC_ARG_WITH([cutils-headers], 125 [AS_HELP_STRING([--with-cutils-inc=DIR],[location of common headers])], 128 AC_ARG_WITH([kernel-headers], 129 [AS_HELP_STRING([--with-kernel-inc=DIR],[location of common headers])], [all …]
|
/hardware/qcom/sm7250/media/ |
D | configure.ac | 104 AC_ARG_WITH([sanitized-headers], 105 … [AS_HELP_STRING([--with-sanitized-headers=DIR],[location of the sanitized Linux kernel headers])], 108 AC_ARG_WITH([glib-headers], 109 [AS_HELP_STRING([--with-binder-inc=DIR],[location of common headers])], 112 AC_ARG_WITH([utils-headers], 113 [AS_HELP_STRING([--with-utils-inc=DIR],[location of common headers])], 116 AC_ARG_WITH([cutils-headers], 117 [AS_HELP_STRING([--with-cutils-inc=DIR],[location of common headers])], 120 AC_ARG_WITH([kernel-headers], 121 [AS_HELP_STRING([--with-kernel-inc=DIR],[location of common headers])], [all …]
|
/hardware/google/gfxstream/utils/ |
D | CMakeLists.txt | 1 add_library(gfxstream_utils.headers INTERFACE) 3 target_include_directories(gfxstream_utils.headers INTERFACE include) 5 gfxstream_utils.headers 9 aemu-host-common.headers 10 aemu-base.headers) 13 target_link_libraries(gfxstream_utils PUBLIC gfxstream_utils.headers)
|
/hardware/google/aemu/host-common/ |
D | CMakeLists.txt | 19 aemu-base.headers 20 aemu-host-common.headers) 30 add_library(aemu-host-common.headers INTERFACE) 32 aemu-host-common.headers 34 gfxstream-snapshot.headers) 36 aemu-host-common.headers 98 aemu-base.headers 99 aemu-host-common.headers 111 aemu-host-common.headers 112 aemu-base.headers) [all …]
|
D | BUILD.bazel | 20 ":aemu-host-common-headers", 21 "//hardware/google/aemu/base:aemu-base-headers", 27 name = "aemu-host-common-headers", 64 hdrs = [":aemu-host-common-headers"], 79 ":aemu-host-common-headers", 82 "//hardware/google/aemu/base:aemu-base-headers", 103 ":aemu-host-common-headers", 104 "//hardware/google/aemu/base:aemu-base-headers", 117 ":aemu-host-common-headers", 119 "//hardware/google/aemu/base:aemu-base-headers",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/tests/ |
D | README.adoc | 12 (../.gitlab-ci.yml) for the Vulkan C headers generated here, and the 13 Vulkan-Hpp C++ headers generated by that project: 16 * htest.c - test C headers, including all Vulkan platform headers 18 fake platform headers used when compiling in an environment without 19 the actual platform headers. 20 * hpptest.cpp - test C++ headers
|
/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | CMakeLists.txt | 5 add_library(gfxstream-gl-host-common.headers INTERFACE) 7 gfxstream-gl-host-common.headers 10 gfxstream-gl-host-common.headers 12 aemu-host-common.headers 13 aemu-base.headers 14 gfxstream_features.headers 15 gfxstream-snapshot.headers 57 gfxstream-gl-host-common.headers)
|
/hardware/google/aemu/snapshot/ |
D | CMakeLists.txt | 1 add_library(gfxstream-snapshot.headers INTERFACE) 2 target_include_directories(gfxstream-snapshot.headers INTERFACE include) 20 aemu-base.headers 21 aemu-host-common.headers)
|
D | BUILD.bazel | 3 name = "gfxstream-snapshot-headers", 16 hdrs = [":gfxstream-snapshot-headers"], 30 ":gfxstream-snapshot-headers", 31 "//hardware/google/aemu/base:aemu-base-headers",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | console_printer.py | 28 def alternateTabulate(collection, headers=None): argument 38 if headers is None: 41 underline = ['-' * len(header) for header in headers] 42 fullTable = [headers, underline] + collection 60 def printTabulated(collection, headers=None): argument 63 tabulated = tabulate_impl(collection, headers=headers) 65 tabulated = alternateTabulate(collection, headers=headers) 184 … headers=['Include File', 'Anchor in lieu of include', 'Links to this entity']) 203 headers=['Include File', 'Anchor in lieu of include'])
|
/hardware/google/gfxstream/common/utils/ |
D | CMakeLists.txt | 2 gfxstream_common_utils.headers 5 gfxstream_common_utils.headers 14 gfxstream_common_utils.headers)
|
/hardware/google/gfxstream/common/image/ |
D | CMakeLists.txt | 2 gfxstream_common_image.headers 5 gfxstream_common_image.headers 15 gfxstream_common_image.headers)
|
/hardware/google/aemu/base/ |
D | CMakeLists.txt | 4 add_library(aemu-base.headers INTERFACE) 6 target_link_libraries(aemu-base.headers INTERFACE aemu-host-common.headers) 7 target_include_directories(aemu-base.headers INTERFACE include) 10 target_compile_definitions(aemu-base.headers INTERFACE WIN32_LEAN_AND_MEAN) 14 … target_compile_definitions(aemu-base.headers INTERFACE -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS) 15 target_compile_options(aemu-base.headers INTERFACE -Wthread-safety) 94 aemu-base.headers 96 aemu-host-common.headers 136 aemu-base.headers 160 aemu-base.headers
|
D | BUILD.bazel | 3 name = "aemu-base-headers", 17 "//hardware/google/aemu/host-common:aemu-host-common-headers", 26 deps = [":aemu-base-headers"], 33 deps = [":aemu-base-headers"], 45 deps = [":aemu-base-headers"], 117 ":aemu-base-headers", 153 ":aemu-base-headers",
|
/hardware/google/gfxstream/host/features/ |
D | CMakeLists.txt | 3 gfxstream_features.headers 6 gfxstream_features.headers 16 gfxstream_features.headers)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CMakeLists.txt | 13 aemu-base.headers 14 aemu-host-common.headers 15 gfxstream-snapshot.headers
|
/hardware/google/graphics/common/gralloc-headers/ |
D | Android.bp | 6 name: "pixel-gralloc-headers-dependencies", 17 name: "pixel-gralloc-headers", 21 "pixel-gralloc-headers-dependencies",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | README.adoc | 33 headers in `../gen/include/vulkan` including `vulkan_core.h` and a set 34 of platform-dependent headers `vulkan_<platform>.h`; and runs a simple 35 compilation test of the headers. 43 * Repeat until the headers and/or includes are correct 62 This is a similarly structured XML file used to produce headers for 70 `StdVideo*` headers in `../gen/include/vk_video`. 72 the `StdVideo*` headers. 93 * `Makefile` - generates headers from `vk.xml` (see <<targets,Makefile 98 API headers. 101 headers. [all …]
|
/hardware/qcom/display/msm8998/ |
D | configure.ac | 23 [Specify the location of the core headers]), 31 AC_ARG_WITH(sanitized-headers, 32 AS_HELP_STRING([--with-sanitized-headers=DIR], 33 [Specify the location of the sanitized Linux headers]),
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | CMakeLists.txt | 24 gfxstream-gl-host-common.headers 25 aemu-host-common.headers 26 aemu-base.headers)
|
/hardware/qcom/sm7250/display/ |
D | configure.ac | 23 [Specify the location of the core headers]), 31 AC_ARG_WITH(sanitized-headers, 32 AS_HELP_STRING([--with-sanitized-headers=DIR], 33 [Specify the location of the sanitized Linux headers]),
|
/hardware/qcom/sm8150/display/ |
D | configure.ac | 23 [Specify the location of the core headers]), 31 AC_ARG_WITH(sanitized-headers, 32 AS_HELP_STRING([--with-sanitized-headers=DIR], 33 [Specify the location of the sanitized Linux headers]),
|
/hardware/google/gfxstream/host/vulkan/ |
D | BUILD.bazel | 61 # "//external/angle:angle-headers", 109 "//hardware/google/aemu/base:aemu-base-headers", 110 "//hardware/google/aemu/host-common:aemu-host-common-headers", 111 "//hardware/google/gfxstream:gfxstream-gl-host-common-headers", 148 "//hardware/google/aemu/host-common:aemu-host-common-headers", 149 "//hardware/google/gfxstream:gfxstream-gl-host-common-headers",
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CMakeLists.txt | 9 aemu-base.headers 12 gfxstream_utils.headers)
|