/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | WindowsUtils.cpp | 24 int requiredSize = WideCharToMultiByte(CP_UTF8, 0, input, -1, nullptr, 0, nullptr, nullptr); in WCharToUTF8() local 37 int requiredSize = MultiByteToWideChar(CP_UTF8, 0, input, -1, nullptr, 0); in UTF8ToWStr() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImmutableStringBuilder.h | 66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray() local
|
H A D | Common.h | 226 size_t requiredSize = strLength + 1; in AllocatePoolCharArray() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | ChunkedCommandSerializer.h | 77 size_t requiredSize = commandSize + extraSize; in SerializeCommandImpl() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_misc_opcodes.cpp | 296 uint32 requiredSize = SafeUint32Mult(fCount, 2); in dng_opcode_MapTable() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBufferStateTracker.cpp | 107 uint64_t requiredSize = in ValidateBufferInRangeForVertexBuffer() local 145 uint64_t requiredSize = in ValidateBufferInRangeForInstanceBuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.cpp | 457 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local 507 size_t requiredSize = static_cast<size_t>(ComputeMemoryUsage(desc)); in createInitDataIfNeeded() local
|
H A D | Buffer11.cpp | 411 size_t requiredSize = size + offset; in setSubData() local 1160 size_t requiredSize = destOffset + size; in copyFromStorage() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 169 checkImageFormatProperties(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const VkImageType& imageType, const VkImageTiling& imageTiling, const VkImageUsageFlags imageUsageFlags, const VkImageCreateFlags imageCreateFlags, const VkFormat format, const VkExtent3D& requiredSize, const deUint32 requiredLayers) checkImageFormatProperties() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 169 checkImageFormatProperties(const InstanceInterface& vki, const VkPhysicalDevice& physDevice, const VkImageType& imageType, const VkImageTiling& imageTiling, const VkImageUsageFlags imageUsageFlags, const VkImageCreateFlags imageCreateFlags, const VkFormat format, const VkExtent3D& requiredSize, const deUint32 requiredLayers) checkImageFormatProperties() argument
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 172 DWORD requiredSize, data_type; in windows_get_device_registry_entry() local
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 526 const int requiredSize = (labelSize + valueSize) * 2 + padSize;
in OnSize() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 907 const VkExtent3D requiredSize = makeExtent3D(requiredSize2D.height, requiredSize2D.width, 1u); in checkImageFormatProperties() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 348 const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? imageMemoryRequirements.alignment : 0ull); in iterate() local 807 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 907 const VkExtent3D requiredSize = makeExtent3D(requiredSize2D.height, requiredSize2D.width, 1u); in checkImageFormatProperties() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryExternalMemoryHostTests.cpp | 348 const VkDeviceSize requiredSize = imageMemoryRequirements.size + (m_testParams.m_useOffset ? imageMemoryRequirements.alignment : 0ull); in iterate() local 807 VkDeviceSize requiredSize = bufferMemoryRequirements.size; in iterate() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedOutputStream.java | 2692 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() argument 3055 private void flushIfNotAvailable(int requiredSize) throws IOException { in flushIfNotAvailable() argument
|
/third_party/glfw/src/ |
H A D | wl_window.c | 1325 const size_t requiredSize = length + readSize + 1; in readDataOfferAsString() local
|
/third_party/lz4/lib/ |
H A D | lz4frame.c | 692 int requiredSize = ctxTypeID_to_size(ctxTypeID); in LZ4F_compressBegin_usingCDict() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SecondaryCommandBuffer.h | 793 const size_t requiredSize = allocationSize + sizeof(CommandHeader); in initCommand() local
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 776 int requiredSize = 0; in checkIoArraysConsistency() local 846 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* feature, TType& type, const TString& name) in checkIoArrayConsistency() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 3386 int requiredSize = outputPitch * height; in readPixels() local
|