| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_rand.c | 273 EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_RAND_fetch() argument
|
| H A D | digest.c | 1069 EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_MD_fetch() argument
|
| /third_party/node/deps/openssl/openssl/crypto/property/ |
| H A D | property.c | 42 OSSL_PROPERTY_LIST *properties; member 297 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument [all...] |
| /third_party/python/Lib/msilib/ |
| H A D | schema.py | 646 ('BindImage','Path','Y',None, None, None, None, 'Paths',None, 'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',), namespace
|
| /third_party/openssl/crypto/evp/ |
| H A D | evp_rand.c | 273 EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, const char *properties) EVP_RAND_fetch() argument
|
| H A D | digest.c | 1069 EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_MD_fetch() argument
|
| H A D | evp_enc.c | 1664 EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties) EVP_CIPHER_fetch() argument
|
| H A D | evp_fetch.c | 260 inner_evp_generic_fetch(struct evp_method_data_st *methdata, OSSL_PROVIDER *prov, int operation_id, int name_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) inner_evp_generic_fetch() argument 383 evp_generic_fetch(OSSL_LIB_CTX *libctx, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch() argument 410 evp_generic_fetch_by_number(OSSL_LIB_CTX *libctx, int operation_id, int name_id, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_by_number() argument 436 evp_generic_fetch_from_prov(OSSL_PROVIDER *prov, int operation_id, const char *name, const char *properties, void *(*new_method)(int name_id, const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov), int (*up_ref_method)(void *), void (*free_method)(void *)) evp_generic_fetch_from_prov() argument [all...] |
| /third_party/openssl/crypto/property/ |
| H A D | property.c | 42 OSSL_PROPERTY_LIST *properties; member 299 ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, int nid, const char *properties, void *method, int (*method_up_ref)(void *), void (*method_destruct)(void *)) ossl_method_store_add() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 279 VkImageFormatProperties2 properties = in checkAhbImageSupport() local 377 VkImageFormatProperties2 properties = in CheckOHOSImageSupport() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawAhbTests.cpp | 214 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
|
| H A D | vktDrawOHOSNativeBufferTests.cpp | 220 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 257 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 317 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 367 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 394 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 442 const auto& properties = context.getMeshShaderProperties(); checkSupport() local 487 const auto& properties = context.getMeshShaderProperties(); checkSupport() local 571 const auto& properties = context.getMeshShaderProperties(); checkSupport() local 627 const auto& properties = context.getMeshShaderProperties(); checkSupport() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
| H A D | vktModifiersTests.cpp | 551 VkImageDrmFormatModifierPropertiesEXT properties = initVulkanStructure(); in createImageListModifiersCase() local 614 VkImageDrmFormatModifierPropertiesEXT properties = initVulkanStructure(); in createImageModifierExplicitCase() local 839 VkImageDrmFormatModifierPropertiesEXT properties; in exportImportMemoryExplicitModifiersCase() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineInputAttributeOffsetTests.cpp | 298 const auto& properties = context.getPortabilitySubsetProperties(); in checkSupport() local
|
| H A D | vktPipelineMaxVaryingsTests.cpp | 735 VkPhysicalDeviceProperties properties; in supportedCheck() local 914 getMaxIOComponents(deBool input, VkShaderStageFlags stage, VkPhysicalDeviceProperties properties) getMaxIOComponents() argument 988 VkPhysicalDeviceProperties properties; test() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderInvarianceTests.cpp | 269 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, vkPhysDevice, df); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 279 VkImageFormatProperties2 properties = in checkAhbImageSupport() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawAhbTests.cpp | 214 const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in checkSupport() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 257 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 317 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 367 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 394 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local 442 const auto& properties = context.getMeshShaderProperties(); checkSupport() local 487 const auto& properties = context.getMeshShaderProperties(); checkSupport() local 571 const auto& properties = context.getMeshShaderProperties(); checkSupport() local 627 const auto& properties = context.getMeshShaderProperties(); checkSupport() local [all...] |
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | config_helper_vulkan.cc | 584 std::vector<VkQueueFamilyProperties> properties; in ChooseQueueFamilyIndex() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | device.cc | 877 VkFormatProperties properties = VkFormatProperties(); in IsFormatSupportedByPhysicalDevice() local 933 VkPhysicalDeviceProperties properties = VkPhysicalDeviceProperties(); in IsDescriptorSetInBounds() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
| H A D | DmaBufImageSiblingVkLinux.cpp | 151 GetUsageFlags(RendererVk *renderer, const angle::Format &format, const VkDrmFormatModifierPropertiesEXT &properties, bool *texturableOut, bool *renderableOut) GetUsageFlags() argument 254 GetAllocateInfo(const egl::AttributeMap &attribs, VkImage image, uint32_t planeCount, const VkDrmFormatModifierPropertiesEXT &properties, AllocateInfo *infoOut) GetAllocateInfo() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkPhysicalDevice.cpp | 614 static const VkPhysicalDeviceProperties properties = getProperties(); in getProperties() local 619 static void getIdProperties(T *properties) in getIdProperties() argument 638 getMaintenance3Properties(T *properties) getMaintenance3Properties() argument 650 getMultiviewProperties(T *properties) getMultiviewProperties() argument 662 getPointClippingProperties(T *properties) getPointClippingProperties() argument 673 getProtectedMemoryProperties(T *properties) getProtectedMemoryProperties() argument 837 VkExternalMemoryProperties *properties = &pExternalBufferProperties->externalMemoryProperties; getProperties() local 928 getDriverProperties(T *properties) getDriverProperties() argument 952 getFloatControlsProperties(T *properties) getFloatControlsProperties() argument 990 getDescriptorIndexingProperties(T *properties) getDescriptorIndexingProperties() argument 1027 getDepthStencilResolveProperties(T *properties) getDepthStencilResolveProperties() argument 1058 getSamplerFilterMinmaxProperties(T *properties) getSamplerFilterMinmaxProperties() argument 1070 getTimelineSemaphoreProperties(T *properties) getTimelineSemaphoreProperties() argument 1750 VkQueueFamilyProperties properties = {}; getQueueFamilyProperties() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
| H A D | vulkan_command_buffer_utils.h | 115 VkLayerProperties properties; member
|