Home
last modified time | relevance | path

Searched refs:copyBuffer (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/tests/graphite/
DCommandBufferTest.cpp180 sk_sp<Buffer> copyBuffer = gpu->resourceProvider()->findOrCreateBuffer( in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
182 REPORTER_ASSERT(reporter, copyBuffer); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
184 commandBuffer->copyTextureToBuffer(target->refTexture(), srcRect, copyBuffer, 0, rowBytes); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
190 uint32_t* pixels = (uint32_t*)(copyBuffer->map()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
194 copyBuffer->unmap(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCommandBufferValidationTests.cpp202 wgpu::Buffer copyBuffer = device.CreateBuffer(&copyBufferDesc); in TEST_F() local
207 ASSERT_DEVICE_ERROR(encoder.CopyBufferToBuffer(copyBuffer, 0, copyBuffer, 0, 0)); in TEST_F()
216 wgpu::Buffer copyBuffer = device.CreateBuffer(&copyBufferDesc); in TEST_F() local
228 ASSERT_DEVICE_ERROR(encoder.CopyBufferToBuffer(copyBuffer, 0, copyBuffer, 0, 0)); in TEST_F()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_get_chunked.c58 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
258 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
310 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_get_sendfile.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
134 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
183 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
233 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
292 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
428 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testUnknownPortGet()
Dtest_get.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
128 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
178 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
229 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
289 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
426 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testUnknownPortGet()
569 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testEmptyGet()
Dtest_put_chunked.c71 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
151 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
207 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPut()
333 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dperf_get.c139 copyBuffer (void *ptr, in copyBuffer() function
205 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
325 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
400 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_process_headers.c57 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
166 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
215 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
265 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
324 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_put.c70 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
141 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
197 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
255 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPut()
323 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_long_header.c62 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
125 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongUrlGet()
200 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongHeaderGet()
Dtest_post_loop.c61 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
135 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
199 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
264 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPost()
347 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
Dtest_postform.c74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
194 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
250 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
307 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPost()
373 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
Dtest_large_put.c83 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
164 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
284 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPut()
355 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_iplimit.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
147 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
236 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolGet()
Dtest_timeout.c109 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
185 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testWithoutTimeout()
240 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testWithTimeout()
Dtest_post.c80 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
181 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
235 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
290 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPoolPost()
354 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
565 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPostCancelPart()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
Dhmac.js45 var signature = copyBuffer(vector.signature);
70 var plaintext = copyBuffer(vector.plaintext);
214 var plaintext = copyBuffer(vector.plaintext);
242 var signature = copyBuffer(vector.signature);
321 function copyBuffer(sourceBuffer) { function
Drsa.js45 var signature = copyBuffer(vector.signature);
70 var plaintext = copyBuffer(vector.plaintext);
286 var signature = copyBuffer(vector.signature);
343 var plaintext = copyBuffer(vector.plaintext);
409 function copyBuffer(sourceBuffer) { function
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_get.c51 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
117 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
161 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
222 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_get_chunked.c49 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
143 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalGet()
184 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedGet()
242 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalGet()
Dtest_long_header.c64 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
129 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongUrlGet()
192 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testLongHeaderGet()
Dtest_put_chunked.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
148 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
195 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
274 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_post.c69 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
173 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPost()
225 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPost()
295 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPost()
Dtest_put_large.c74 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
157 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
209 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
280 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()
Dtest_put.c66 copyBuffer (void *ptr, size_t size, size_t nmemb, void *ctx) in copyBuffer() function
142 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testInternalPut()
193 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testMultithreadedPut()
262 curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, &copyBuffer); in testExternalPut()

1234