/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 397 WMError WindowImpl::SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, in SetSystemBarProperties() argument 403 WMError WindowImpl::GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) in GetSystemBarProperties() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 37 void TriggerCloseAutoLaunchConn(const RelationalDBProperties &properties) in TriggerCloseAutoLaunchConn() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context.cpp | 1760 std::vector<napi_property_descriptor> properties = {}; in Export() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1265 VkPhysicalDevicePushDescriptorPropertiesKHR *properties = in tu_GetPhysicalDeviceProperties2() local 1271 VkPhysicalDeviceTransformFeedbackPropertiesEXT *properties = in tu_GetPhysicalDeviceProperties2() local 1287 VkPhysicalDeviceSampleLocationsPropertiesEXT *properties = tu_GetPhysicalDeviceProperties2() local 1313 VkPhysicalDevicePerformanceQueryPropertiesKHR *properties = tu_GetPhysicalDeviceProperties2() local 1328 VkPhysicalDeviceProvokingVertexPropertiesEXT *properties = tu_GetPhysicalDeviceProperties2() local [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 656 dzn_physical_device_get_format_properties(struct dzn_physical_device *pdev, VkFormat format, VkFormatProperties2 *properties) dzn_physical_device_get_format_properties() argument 758 dzn_physical_device_get_image_format_properties(struct dzn_physical_device *pdev, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties2 *properties) dzn_physical_device_get_image_format_properties() argument [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 390 VkDisplayPropertiesKHR *properties = &properties2->displayProperties; in wsi_display_fill_in_display_properties() local 553 wsi_display_fill_in_display_plane_properties( struct wsi_device *wsi_device, struct wsi_display_connector *connector, VkDisplayPlaneProperties2KHR *properties) wsi_display_fill_in_display_plane_properties() argument 670 wsi_display_fill_in_display_mode_properties( struct wsi_device *wsi_device, struct wsi_display_mode *display_mode, VkDisplayModeProperties2KHR *properties) wsi_display_fill_in_display_mode_properties() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 331 PropertyArray properties = PropertyArray::cast(raw_properties_or_hash); in GetOwnFastDataPropertyFromHeap() local
|
H A D | js-native-context-specialization.cc | 3299 BuildExtendPropertiesBackingStore( const MapRef& map, Node* properties, Node* effect, Node* control) BuildExtendPropertiesBackingStore() argument [all...] |
H A D | js-typed-lowering.cc | 670 Operator::Properties properties = node->op()->properties(); in ReduceJSAdd() local 1569 Operator::Properties properties = node->op()->properties(); in ReduceBuiltin() local [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.h | 442 OpProperties properties() const { in properties() function in v8::internal::maglev::NodeBase 825 const OpProperties& properties() const { return Derived::kProperties; } properties() function in v8::internal::maglev::NodeT 857 const OpProperties& properties() const { return Derived::kProperties; } properties() function in v8::internal::maglev::ValueNodeT [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.cc | 2282 std::vector<Handle<Object>> properties; in ReadJSObjectProperties() local 2250 CommitProperties(Handle<JSObject> object, Handle<Map> map, const std::vector<Handle<Object>>& properties) CommitProperties() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 444 const auto properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in getMaxInvocations() local 459 vk::VkExternalSemaphoreProperties properties = in checkSemaphoreSupport() local 487 vk::VkExternalFenceProperties properties in checkFenceSupport() local 521 vk::VkExternalBufferProperties properties = checkBufferSupport() local 573 vk::VkImageFormatProperties2 properties = checkImageSupport() local 984 vk::VkExternalSemaphoreProperties properties = testSemaphoreQueries() local 2019 vk::VkExternalFenceProperties properties = testFenceQueries() local 3131 vk::VkExternalBufferProperties properties = testBufferQueries() local 3572 vk::VkMemoryFdPropertiesKHR properties; testMemoryFdProperties() local 4208 vk::VkImageFormatProperties2 properties = testImageQueries() local 4862 vk::VkImageFormatProperties2 properties = testAndroidHardwareBufferImageFormat() local 5173 vk::VkImageFormatProperties2 properties = testOHOSNativeBufferImageFormat() local [all...] |
H A D | vktApiImageClearingTests.cpp | 793 VkImageFormatProperties properties; in getImageFormatProperties() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 333 VkPhysicalDeviceProperties2 properties; in checkSupport() local 1438 VkPhysicalDeviceProperties2 properties = getPhysicalDeviceExtensionProperties(vki, physicalDevice); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 125 const auto properties = getPhysicalDeviceFormatProperties(vki, physDev, format); in chooseDepthStencilFormat() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 132 vk::VkPhysicalDeviceProperties properties; in getHostImageCopyProperties() local
|
H A D | vktImageMutableTests.cpp | 1031 VkImageFormatProperties properties; in run() local 2070 VkImageFormatProperties properties; in testSwapchainMutable() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2604 const auto& properties = context.getMeshShaderProperties(); in checkSupport() local
|
H A D | vktMeshShaderPropertyTestsEXT.cpp | 896 const auto& properties = m_context.getDeviceProperties(); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 299 VkImageFormatProperties properties; in BaseRenderingTestInstance() local 370 VkImageFormatProperties properties; in BaseRenderingTestInstance() local 700 const VkPhysicalDeviceProperties properties = m_context.getDeviceProperties(); in drawPrimitives() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 1138 const VkFormatProperties properties = vk::getPhysicalDeviceFormatProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice(), format); in createAndAllocateImages() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 216 VkFormatProperties properties; in requireFormatUsageSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 397 VkPhysicalDeviceProperties properties; in getminUniformBufferOffsetAlignment() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 433 const auto properties = vk::getPhysicalDeviceProperties(vki, physicalDevice); in getMaxInvocations() local 448 vk::VkExternalSemaphoreProperties properties = in checkSemaphoreSupport() local 476 vk::VkExternalFenceProperties properties in checkFenceSupport() local 510 vk::VkExternalBufferProperties properties = checkBufferSupport() local 562 vk::VkImageFormatProperties2 properties = checkImageSupport() local 972 vk::VkExternalSemaphoreProperties properties = testSemaphoreQueries() local 2004 vk::VkExternalFenceProperties properties = testFenceQueries() local 3113 vk::VkExternalBufferProperties properties = testBufferQueries() local 3453 vk::VkMemoryFdPropertiesKHR properties; testMemoryFdProperties() local 4008 vk::VkImageFormatProperties2 properties = testImageQueries() local 4553 vk::VkImageFormatProperties2 properties = testAndroidHardwareBufferImageFormat() local [all...] |
H A D | vktApiImageClearingTests.cpp | 717 VkImageFormatProperties properties; in getImageFormatProperties() local
|