Home
last modified time | relevance | path

Searched refs:resize (Results 451 - 475 of 1699) sorted by relevance

1...<<11121314151617181920>>...68

/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp49 void resize(int width, int height) override;
211 void D3D12WindowContext::resize(int width, int height) { in resize() function in sk_app::D3D12WindowContext
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstr.cpp229 if( (desiredCapacityHint<=capacity || buffer.resize(desiredCapacityHint, len+1)==NULL) && in ensureCapacity()
230 buffer.resize(capacity, len+1)==NULL in ensureCapacity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h80 void resize(size_t Size) { TheMap.resize(Size); } in resize() function in llvm::detail::DenseSetImpl
H A DBitVector.h30 /// Iterators get invalidated when resize / reserve is called.
370 /// resize - Grow or shrink the bitvector.
371 void resize(unsigned N, bool t = false) { in resize() function in llvm::BitVector
513 resize(NewSize, false);
604 resize(RHS.size());
612 resize(RHS.size());
773 /// setBitsInMask - Add '1' bits from Mask to this vector. Don't resize.
780 /// Don't resize. This computes "*this &= ~Mask".
786 /// Don't resize. This computes "*this |= ~Mask".
792 /// Don't resize
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs166 buffer.resize(buffer.capacity(), 0); in init_from_auxv_file()
177 buffer.resize(cur + n, 0_u8); in init_from_auxv_file()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksSerializer.hpp40 if ((pos + size) > buffer.size()) buffer.resize(pos + size); in SerializeData()
208 v.resize(size); in SerializeItem()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.cpp66 m_lastPayload.resize(numProducers, 0); in Consumer()
67 m_payloadSum.resize(numProducers, 0); in Consumer()
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp84 dest_path.resize(src.size());
141 app_package_path.resize(path.size());
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp195 planeProperties.resize(planeCount); in createDisplaySurface()
204 supportedDisplays.resize(supportedDisplayCount); in createDisplaySurface()
229 displayModeProperties.resize(displayModeCount); in createDisplaySurface()
973 m_attachmentViews.resize(swapchainImages.size()); in WsiTriangleRenderer()
974 m_attachmentLayouts.resize(swapchainImages.size()); in WsiTriangleRenderer()
975 m_framebuffers.resize(swapchainImages.size()); in WsiTriangleRenderer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp456 planeOffsets[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()
457 planeRowPitches[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()
617 imageViews.resize(imageSparseInfo.mipLevels); in iterate()
621 descriptorSets.resize(imageSparseInfo.mipLevels); in iterate()
625 computePipelines.resize(imageSparseInfo.mipLevels); in iterate()
719 planePointers[mipmapNdx].resize(formatDescription.numPlanes); in iterate()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc230 available_layer_properties.resize(available_layer_count); in AreAllValidationLayersSupported()
263 extension_properties.resize(available_extension_count); in AreAllValidationExtensionsSupported()
521 available_extension_properties.resize(available_extension_count); in GetAvailableInstanceExtensions()
550 available_extension_properties.resize(available_extension_count); in GetAvailableDeviceExtensions()
587 properties.resize(count); in ChooseQueueFamilyIndex()
917 physical_devices.resize(count); in ChooseVulkanPhysicalDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp458 planeOffsets[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()
459 planeRowPitches[mipmapNdx].resize(formatDescription.numPlanes, 0); in iterate()
619 imageViews.resize(imageSparseInfo.mipLevels); in iterate()
623 descriptorSets.resize(imageSparseInfo.mipLevels); in iterate()
627 computePipelines.resize(imageSparseInfo.mipLevels); in iterate()
721 planePointers[mipmapNdx].resize(formatDescription.numPlanes); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp339 displaysProps.resize(countReported); in getDisplays()
412 displays.resize(countReported); in getDisplaysForPlane()
436 displays.resize(countRetrieved); in getDisplaysForPlane()
474 modeProperties.resize(countReported); in getDisplayModeProperties()
498 modeProperties.resize(countRetrieved); in getDisplayModeProperties()
553 displaysProps.resize(countReported, displayProperties2); in getDisplays2()
639 modeProperties.resize(countReported, displayModeProperties2); in getDisplayModeProperties2()
663 modeProperties.resize(countRetrieved); in getDisplayModeProperties2()
1605 planeProperties.resize(planeCountTested); in testDisplaySurface()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTests.cpp339 displaysProps.resize(countReported); in getDisplays()
412 displays.resize(countReported); in getDisplaysForPlane()
436 displays.resize(countRetrieved); in getDisplaysForPlane()
474 modeProperties.resize(countReported); in getDisplayModeProperties()
498 modeProperties.resize(countRetrieved); in getDisplayModeProperties()
553 displaysProps.resize(countReported, displayProperties2); in getDisplays2()
639 modeProperties.resize(countReported, displayModeProperties2); in getDisplayModeProperties2()
663 modeProperties.resize(countRetrieved); in getDisplayModeProperties2()
1605 planeProperties.resize(planeCountTested); in testDisplaySurface()
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp433 enumerated_device_exts.resize(extension_count); in exercise_EnumerateDeviceExtensionProperties()
1003 physical_device_handles_2.resize(returned_physical_count); in TEST()
1049 physical_dev_handles[0].resize(physical_count); in TEST()
1058 physical_dev_handles[1].resize(returned_physical_count); in TEST()
1061 physical_dev_handles[1].resize(returned_physical_count); in TEST()
1069 physical_dev_handles[2].resize(returned_physical_count); in TEST()
1072 physical_dev_handles[2].resize(returned_physical_count); in TEST()
1076 physical_dev_handles[3].resize(returned_physical_count); in TEST()
1085 physical_dev_handles[4].resize(returned_physical_count); in TEST()
1088 physical_dev_handles[4].resize(returned_physical_coun in TEST()
[all...]
/third_party/gn/src/base/containers/
H A Dcircular_deque.h29 // - Insertions may resize the vector and so are not constant time (std::deque
90 // void resize(size_t);
91 // void resize(size_t count, const T& value);
422 circular_deque(size_type count) { resize(count); } in circular_deque()
423 circular_deque(size_type count, const T& value) { resize(count, value); } in circular_deque()
610 // This can't resize(0) because that requires a default constructor to in clear()
626 // constructed version. Even when using resize(count) to shrink, a default
635 void resize(size_type count) { in resize() function in base::circular_deque
654 void resize(size_type count, const value_type& value) { in resize() function in base::circular_deque
773 // Calling erase() won't automatically resize th
[all...]
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc283 path->resize(FindFilenameOffset(*path)); in RemoveFilename()
631 path->resize(dest_i); in NormalizePath()
906 ret.resize(ret.size() - 1); in DirectoryWithNoLastSlash()
979 file_data.resize(file_size); in ContentsEqual()
/third_party/nghttp2/src/
H A Dutil.h116 result.resize(last - first); in percent_decode()
133 result.resize(p - std::begin(result)); in percent_decode()
435 res.resize(nlen); in utos()
515 res.resize(i); in utox()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp55 Files.resize(Idx + 1); in addFile()
88 Functions.resize(FuncId + 1); in recordFunctionId()
103 Functions.resize(FuncId + 1); in recordInlinedCallSiteId()
252 Files.resize(Idx + 1); in emitFileChecksumOffset()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp406 src_tmp_array.resize(atlas->ConfigData.Size); in ImFontAtlasBuildWithFreeTypeEx()
407 dst_tmp_array.resize(atlas->Fonts.Size); in ImFontAtlasBuildWithFreeTypeEx()
499 buf_rects.resize(total_glyphs_count); in ImFontAtlasBuildWithFreeTypeEx()
580 pack_nodes.resize(num_nodes_for_packing_algorithm); in ImFontAtlasBuildWithFreeTypeEx()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs204 out.resize(base + len, 0); in encrypt_to_vec()
338 out.resize(base + len, 0); in decrypt_to_vec()
374 sig.resize(base + len, 0); in sign_to_vec()
701 buf.resize(base + len, 0); in derive_to_vec()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp85 spec.attribs.resize(2); in genBasicSpec()
158 spec.attribs.resize(1); in init()
193 spec.attribs.resize(2); in init()
239 spec.attribs.resize(2); in init()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp11688 physicalDevices.resize( physicalDeviceCount ); in enumeratePhysicalDevices()
11777 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties()
11785 queueFamilyProperties.resize( queueFamilyPropertyCount ); in getQueueFamilyProperties()
11858 properties.resize( propertyCount ); in enumerateInstanceExtensionProperties()
11867 properties.resize( propertyCount ); in enumerateInstanceExtensionProperties()
11886 properties.resize( propertyCount ); in enumerateDeviceExtensionProperties()
11898 properties.resize( propertyCount ); in enumerateDeviceExtensionProperties()
11915 properties.resize( propertyCount ); in enumerateInstanceLayerProperties()
11924 properties.resize( propertyCount ); in enumerateInstanceLayerProperties()
11942 properties.resize( propertyCoun in enumerateDeviceLayerProperties()
[all...]
/third_party/gn/src/base/win/
H A Dregistry.cc427 key_name.resize(key_size); in RegDelRecurse()
428 subkey_name.resize(base_key_length); in RegDelRecurse()
525 value_.resize(value_size_in_wchars + 1, L'\0'); in Read()
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp131 indent_string.resize(indent_string.size() * 2, ' '); in dump()
204 indent_string.resize(indent_string.size() * 2, ' '); in dump()
265 indent_string.resize(indent_string.size() * 2, ' '); in dump()

Completed in 60 milliseconds

1...<<11121314151617181920>>...68