Home
last modified time | relevance | path

Searched defs:extension (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_extension_inspection.hpp141 …std::vector<std::vector<std::string>>> const & getExtensionDepends( std::string const & extension ) in getExtensionDepends()
243 …NLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionDeprecatedBy( std::string const & extension ) in getExtensionDeprecatedBy()
254 …INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionObsoletedBy( std::string const & extension ) in getExtensionObsoletedBy()
261 …_INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionPromotedTo( std::string const & extension ) in getExtensionPromotedTo()
280 …LKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isDeprecatedExtension( std::string const & extension ) in isDeprecatedExtension()
290 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isDeviceExtension( std::string const & extension ) in isDeviceExtension()
362 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isInstanceExtension( std::string const & extension ) in isInstanceExtension()
378 …ULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isObsoletedExtension( std::string const & extension ) in isObsoletedExtension()
384 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isPromotedExtension( std::string const & extension ) in isPromotedExtension()
Dvulkan_extension_inspection.hpp490 …std::vector<std::vector<std::string>>> const & getExtensionDepends( std::string const & extension ) in getExtensionDepends()
825 …string>> const &> getExtensionDepends( std::string const & version, std::string const & extension ) in getExtensionDepends()
947 …NLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionDeprecatedBy( std::string const & extension ) in getExtensionDeprecatedBy()
975 …INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionObsoletedBy( std::string const & extension ) in getExtensionObsoletedBy()
983 …_INLINE VULKAN_HPP_CONSTEXPR_20 std::string getExtensionPromotedTo( std::string const & extension ) in getExtensionPromotedTo()
1069 …LKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isDeprecatedExtension( std::string const & extension ) in isDeprecatedExtension()
1096 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isDeviceExtension( std::string const & extension ) in isDeviceExtension()
1445 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isInstanceExtension( std::string const & extension ) in isInstanceExtension()
1516 …ULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isObsoletedExtension( std::string const & extension ) in isObsoletedExtension()
1523 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 bool isPromotedExtension( std::string const & extension ) in isPromotedExtension()
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXge.h46 unsigned char extension; member
DXInput2.h180 int extension; /* XI extension offset */ member
203 int extension; /* XI extension offset */ member
220 int extension; /* XI extension offset */ member
235 int extension; /* XI extension offset */ member
260 int extension; /* XI extension offset */ member
276 int extension; /* XI extension offset */ member
306 int extension; /* XI extension offset */ member
319 int extension; /* XI extension offset */ member
DXI2proto.h848 uint8_t extension; /**< XI extension offset */ member
883 uint8_t extension; /**< XI extension offset */ member
905 uint8_t extension; /**< XI extension offset */ member
926 uint8_t extension; /**< XI extension offset */ member
950 uint8_t extension; /**< XI extension offset */ member
983 uint8_t extension; /**< XI extension offset */ member
1004 uint8_t extension; /**< XI extension offset */ member
1040 uint8_t extension; /**< XI extension offset */ member
1059 uint8_t extension; /**< XI extension offset */ member
/hardware/interfaces/tests/extension/light/2.0/default/
DLight.cpp21 namespace extension { namespace
/hardware/interfaces/tests/extension/vibrator/aidl/default/
DCustomVibrator.cpp22 namespace aidl::android::hardware::tests::extension::vibrator { namespace
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dpromote.py42 def promote(line, type, name, extension, fp): argument
Dextdependency.py166 def children(self, extension): argument
Djson_c_generator.py255 def appendSection(self, section, text, extension): argument
/hardware/interfaces/audio/aidl/default/extension/
DExtensionEffect.cpp108 VendorExtension extension; in getParameterSpecific() local
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp261 GeneralResult<Extension> unvalidatedConvert(const hal::V1_2::Extension& extension) { in unvalidatedConvert()
374 const nn::Operand::ExtensionParams& extension) { in makeExtraParams()
552 nn::GeneralResult<Extension> unvalidatedConvert(const nn::Extension& extension) { in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DInvalidDevice.cpp180 [&hint](const ExtensionNameAndPrefix& extension) { in prepareModelWithConfig()
DConversions.cpp333 GeneralResult<Extension> unvalidatedConvert(const aidl_hal::Extension& extension) { in unvalidatedConvert()
593 GeneralResult<std::vector<Extension>> convert(const std::vector<aidl_hal::Extension>& extension) { in convert()
1142 nn::GeneralResult<Extension> unvalidatedConvert(const nn::Extension& extension) { in unvalidatedConvert()
1208 nn::GeneralResult<Extension> convert(const nn::Extension& extension) { in convert()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp615 for (auto extension : externalMemoryInstanceExtNames) { in createGlobalVkEmulation() local
621 for (auto extension : surfaceInstanceExtNames) { in createGlobalVkEmulation() local
627 for (auto extension : SwapChainStateVk::getRequiredInstanceExtensions()) { in createGlobalVkEmulation() local
635 for (auto extension : moltenVkInstanceExtNames) { in createGlobalVkEmulation() local
1049 for (auto extension : externalMemoryDeviceExtNames) { in createGlobalVkEmulation() local
1060 for (auto extension : SwapChainStateVk::getRequiredDeviceExtensions()) { in createGlobalVkEmulation() local
1071 for (auto extension : moltenVkDeviceExtNames) { in createGlobalVkEmulation() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dgen_enum_to_str.py359 def add_value_from_xml(self, elem, extension=None): argument
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DBasicTests.cpp103 for (auto& extension : extensions) { in TEST_P() local
/hardware/google/aemu/base/
DPathUtils.cpp102 std::string_view PathUtils::extension(const std::string& path, in extension() function in android::base::PathUtils
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp72 bool supportsExtension(const char* extension, const char* extensionList) { in supportsExtension()
416 #define LOAD_WGL_EXTENSION(extension) \ in init() argument
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h319 int32_t extension = 0; // Number of pixels extension in left, right, top and bottom directions member
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglxext.h332 int extension; member
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1321 X509_EXTENSION_Ptr extension = X509_EXTENSION_Ptr(X509_EXTENSION_new()); in ecPublicKeyGenerateCertificate() local
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h350 int32_t extension = 0; // Number of pixels extension in left, right, top and bottom directions member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h356 int32_t extension = 0; // Number of pixels extension in left, right, top and bottom directions member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h357 int32_t extension = 0; // Number of pixels extension in left, right, top and bottom directions member

12