Home
last modified time | relevance | path

Searched refs:uploadSize (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1522.c79 curl_off_t uploadSize; in test() local
80 curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD_T, &uploadSize); in test()
82 printf("uploadSize = %ld\n", (long)uploadSize); in test()
84 if((size_t) uploadSize == sizeof(g_Data)) { in test()
89 (int)sizeof(g_Data), (int)uploadSize); in test()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DBufferUploadPerf.cpp42 UploadSize uploadSize) in BufferUploadParams()
43 : AdapterTestParam(param), uploadMethod(uploadMethod), uploadSize(uploadSize) { in BufferUploadParams()
47 UploadSize uploadSize; member
62 switch (param.uploadSize) { in operator <<()
90 data(static_cast<size_t>(GetParam().uploadSize)) { in BufferUploadPerf()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx12.cpp318 UINT uploadSize = height * uploadPitch; in ImGui_ImplDX12_CreateFontsTexture() local
321 desc.Width = uploadSize; in ImGui_ImplDX12_CreateFontsTexture()
341 D3D12_RANGE range = { 0, uploadSize }; in ImGui_ImplDX12_CreateFontsTexture()

Completed in 3 milliseconds