/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
H A D | esextcFragmentShadingRateAttachmentTests.cpp | 266 GL_UNSIGNED_BYTE, attachmentShadingRateData.data()); in setupTest() 267 GLU_EXPECT_NO_ERROR(gl.getError(), "Error updating shading rate data to texture"); in setupTest() 284 attachmentShadingRateData.data()); in setupTest() 285 GLU_EXPECT_NO_ERROR(gl.getError(), "Error updating shading rate data to texture"); in setupTest() 319 gl.bufferData(GL_ARRAY_BUFFER, randomVertices.size() * sizeof(float), randomVertices.data(), GL_STATIC_DRAW); in setupTest() 320 GLU_EXPECT_NO_ERROR(gl.getError(), "Error uploading buffer data"); in setupTest() 371 GLU_EXPECT_NO_ERROR(gl.getError(), "Error bind buffer vertex data"); in iterate() 422 resultData.data()); in iterate()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | pipeline.cc | 102 desc_info.pBindings = bindings.data(); in CreateDescriptorSetLayouts() 140 pool_info.pPoolSizes = pool_sizes.data(); in CreateDescriptorPools() 188 pipeline_layout_info.pSetLayouts = descriptor_set_layouts.data(); in CreateVkPipelineLayout() 240 return Result("Missing push constant buffer data"); in AddPushConstantBuffer() 260 "try to put data on empty descriptor set '" + in GetDescriptorSlot() 439 // does not need to record a command to copy data to device, it in SendDescriptorDataToDeviceIfNeeded() 440 // directly writes data to the buffer. The direct write must be in SendDescriptorDataToDeviceIfNeeded() 441 // done after resizing backed buffer i.e., copying data to the new in SendDescriptorDataToDeviceIfNeeded() 453 // Copy descriptor data to transfer resources. in SendDescriptorDataToDeviceIfNeeded() 512 static_cast<uint32_t>(dynamic_offsets.size()), dynamic_offsets.data()); in BindVkDescriptorSets() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CompressedTextureFormatsTest.cpp | 49 GLubyte data[32]; in checkSubImage2D() local 51 // The semantic of this call is to take uncompressed data, compress it on-the-fly, in checkSubImage2D() 61 // The semantic of this call is to take pixel data from the current framebuffer, compress it in checkSubImage2D() 67 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, format, size, data); in checkSubImage2D() 73 GLubyte data[32]; in checkSubImage3D() local 75 // The semantic of this call is to take uncompressed data, compress it on-the-fly, in checkSubImage3D() 85 // The semantic of this call is to take pixel data from the current framebuffer, compress it in checkSubImage3D() 91 glCompressedTexSubImage3D(target, 0, 0, 0, 0, 4, 4, 1, format, size, data); in checkSubImage3D() 104 // The semantic of this call is to take uncompressed data and compress it on-the-fly. in check2D() 113 // The semantic of this call is to take pixel data fro in check2D() [all...] |
H A D | AttributeLayoutTest.cpp | 7 // Test various layouts of vertex attribute data: 10 // - various combinations of data types 46 // Vertex data source description. 50 VertexData(int dimension, const double *data, unsigned offset, unsigned stride) in VertexData() argument 51 : mDimension(dimension), mData(data), mOffset(offset), mStride(stride) in VertexData() 84 // Vertex attribute data in client memory. 92 // Vertex attribute data in buffer object. 109 // Encapsulate the storage, layout, format and data of a vertex attribute. 130 FAIL() << "test data does not fit format"; in fillContainer() 186 const VertexData &data) cons in operator ()() [all...] |
H A D | DrawBaseVertexVariantsTest.cpp | 209 glBufferData(GL_ARRAY_BUFFER, sizeof(GLubyte) * mVertexColors.size(), mVertexColors.data(), in setupIndexedBuffers() 216 glBufferData(GL_ARRAY_BUFFER, sizeof(GLfloat) * mVertices.size(), mVertices.data(), usage); in setupIndexedBuffers() 222 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(GLushort) * mIndices.size(), mIndices.data(), in setupIndexedBuffers() 306 glBufferSubData(GL_ARRAY_BUFFER, offset, sizeof(GLColor), color.data()); in updateVertexColorData()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLOpsRenderPass.cpp | 119 fIndexPointer = reinterpret_cast<const uint16_t*>(cpuIndexBuffer->data()); in onBindBuffers() 265 return static_cast<const GrCpuBuffer*>(drawIndirectBuffer)->data() + offset; in buffer_offset_to_gl_address() 322 auto* cmds = reinterpret_cast<const GrDrawIndirectCommand*>(cpuBuffer->data() + offset); in multiDrawArraysANGLEOrWebGL() 395 auto* cmds = reinterpret_cast<const GrDrawIndexedIndirectCommand*>(cpuBuffer->data() + offset); in multiDrawElementsANGLEOrWebGL()
|
/third_party/skia/src/gpu/ops/ |
H A D | SoftwarePathRenderer.cpp | 353 if (helper.init(uploaderRaw->data().getMaskBounds())) { in onDrawPath() 354 helper.drawShape(uploaderRaw->data().getShape(), in onDrawPath() 355 *uploaderRaw->data().getViewMatrix(), in onDrawPath() 356 SkRegion::kReplace_Op, uploaderRaw->data().getAA(), 0xFF); in onDrawPath()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrTriangulator.h | 87 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const; 122 // frequent. There may be other data structures worth investigating, however. 133 void* emitMonotonePoly(const MonotonePoly*, void* data) const; 134 void* emitTriangle(Vertex* prev, Vertex* curr, Vertex* next, int winding, void* data) const; 135 void* emitPoly(const Poly*, void *data) const;
|
/third_party/openssl/crypto/x509/ |
H A D | v3_cpols.c | 431 qualinfo->d.cpsuri->data); 456 ref->organization->data); 481 notice->exptext->data); 486 const X509_POLICY_DATA *dat = node->data;
|
/third_party/openssl/providers/implementations/macs/ |
H A D | kmac_prov.c | 325 static int kmac_update(void *vmacctx, const unsigned char *data, in kmac_update() argument 330 return EVP_DigestUpdate(kctx->ctx, data, datalen); in kmac_update() 402 * is part of the digested data, otherwise it 430 && !kmac_setkey(kctx, p->data, p->data_size)) in kmac_set_ctx_params() 439 p->data, p->data_size)) in kmac_set_ctx_params()
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkGifImageReader.cpp | 90 // This buffer is only needed to copy left-over data from one GifWrite call to the next 110 // Send the data to the display front-end. 156 // Protect against too much image data. in outputRow() 226 // Get the leading variable-length symbol from the data stream. in doLZW() 242 // end-of-stream should only appear after all image data. in doLZW() 406 // Otherwise, either not enough data is available to decode further than before, or the new data has been decoded successfully; returns true in this case. 412 // Wait for more data to properly initialize SkGIFLZWContext. in decode() 430 sk_sp<SkData> data(streamBuffer->getDataAtPosition(block.blockPosition, len)); in decode() 431 if (!data) { in decode() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 254 ; jsimd_fdct_islow_avx2(DCTELEM *data) 257 %define data(b) (b) + 8 ; DCTELEM *data 275 mov edx, POINTER [data(ebp)] ; (DCTELEM *)
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | wicdec.c | 91 const uint8_t* data = NULL; in OpenInputStream() local 93 const int ok = ImgIoUtilReadFile(filename, &data, &data_size); in OpenInputStream() 99 memcpy(image_mem, data, data_size); in OpenInputStream() 108 free((void*)data); in OpenInputStream()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coleitr.cpp | 285 newIter = new UTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length()); in setText() 287 newIter = new FCDUTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length()); in setText() 437 CollationElementIterator::computeMaxExpansions(const CollationData *data, UErrorCode &errorCode) { in computeMaxExpansions() argument 443 ContractionsAndExpansions(NULL, NULL, &sink, TRUE).forData(data, errorCode); in computeMaxExpansions()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | md5.c | 55 #define MD5STEP(f, w, x, y, z, data, s) \ 56 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) 60 * reflect the addition of 16 longwords of new data. MD5Update blocks 61 * the data and converts bytes into longwords for this routine. 171 const void *data, in MD5Update() 174 const unsigned char *buf = data; in MD5Update() 184 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */ in MD5Update() 202 /* Process data in 64-byte chunks */ in MD5Update() 212 /* Handle any remaining bytes of data. */ in MD5Update() 170 MD5Update(struct MD5Context *ctx, const void *data, unsigned len) MD5Update() argument
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get.c | 355 if (msg->data.result != CURLE_OK) in testExternalGet() 359 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet() 537 curlExcessFound(CURL *c, curl_infotype type, char *data, size_t size, void *cls) in curlExcessFound() argument 544 && 0 == strncmp(excess_found, data, str_size)) in curlExcessFound()
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkFontMgr_ohos.cpp | 289 /*! To create a typeface from the specified data and TTC index 290 * \param data the data to be parsed 293 * \n Return null if the data is not recognized. 296 sk_sp<SkTypeface> SkFontMgr_OHOS::onMakeFromData(sk_sp<SkData> data, int ttcIndex) const in onMakeFromData() argument 298 if (data == nullptr) { in onMakeFromData() 301 std::unique_ptr<SkMemoryStream> memoryStream = std::make_unique<SkMemoryStream>(data); in onMakeFromData() 308 * \param data the stream to be parsed 326 * \param data the stream to be parsed 452 fontInfo.setAxisSet(axisCount, axis, axisDef.data()); in makeTypeface() [all...] |
/third_party/skia/tests/ |
H A D | TextBlobCacheTest.cpp | 307 auto data = SkEncodeBitmap(bitmap, SkEncodedImageFormat::kPNG, 0); in write_png() local 309 w.write(data->data(), data->size()); in write_png()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | SubresourceStorage.h | 38 // same time allow per-subresource data when needed. 50 // subresources.Iterate([](const SubresourceRange& range, const T& data) { 52 // // `data`. 67 // any children because the data is constant across all of the subtree. 69 // its node doesn't have any children because the data is constant across all of the 74 // data is constant across them. Decompression is the addition of child nodes to a leaf node 75 // and copying of its data to all its children. 84 // resource usage per-pass. We don't want to allocate a container for the decompressed data 86 // SubresourceStorage contains an inline array that contains the per-aspect compressed data 119 // Returns the data fo [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
H A D | DeviceNull.cpp | 316 void Buffer::DoWriteBuffer(uint64_t bufferOffset, const void* data, size_t size) { in DoWriteBuffer() argument 319 memcpy(mBackingData.get() + bufferOffset, data, size); in DoWriteBuffer() 370 const void* data, in WriteBufferImpl() 372 ToBackend(buffer)->DoWriteBuffer(bufferOffset, data, size); in WriteBufferImpl() 368 WriteBufferImpl(BufferBase* buffer, uint64_t bufferOffset, const void* data, size_t size) WriteBufferImpl() argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | readable_font_data.cc | 17 #include "sfntly/data/readable_font_data.h" 23 #include "sfntly/data/memory_byte_array.h" 24 #include "sfntly/data/writable_font_data.h" 321 "Attempt to bind data outside of its limits"); in Slice() 333 "Attempt to bind data outside of its limits"); in Slice() 341 ReadableFontData::ReadableFontData(ReadableFontData* data, int32_t offset) in ReadableFontData() argument 342 : FontData(data, offset), in ReadableFontData() 347 ReadableFontData::ReadableFontData(ReadableFontData* data, in ReadableFontData() argument 350 : FontData(data, offset, length), in ReadableFontData()
|
/third_party/python/Lib/test/ |
H A D | test_mimetypes.py | 56 eq(guess_type("data:invalidDataWithoutComma"), (None, None)) 57 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None)) 58 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None)) 59 eq(guess_type("data:text/x-foo,thisIsTextXFoo"), ("text/x-foo", None)) 76 data = "x-application/x-unittest pyunit\n" 78 file.write_text(data, encoding="utf-8") 85 data = "application/no-mans-land Fran\u00E7ais" 87 fp = io.StringIO(data)
|
/third_party/python/Lib/distutils/command/ |
H A D | build_py.py | 99 data = [] 101 return data 118 data.append((package, src_dir, build_dir, filenames)) 119 return data 122 """Return filenames for package's data files in 'src_dir'""" 135 """Copy data files into build directory"""
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 282 auto V = makeArrayRef(reinterpret_cast<const uint8_t *>(Value.data()), in printBinary() 292 auto V = makeArrayRef(reinterpret_cast<const uint8_t *>(Value.data()), in printBinary() 298 auto V = makeArrayRef(reinterpret_cast<const uint8_t *>(Value.data()), in printBinary() 313 auto V = makeArrayRef(reinterpret_cast<const uint8_t *>(Value.data()), in printBinaryBlock()
|
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 189 std::unique_ptr<LazyYUVImage> LazyYUVImage::Make(sk_sp<SkData> data, in Make() argument 193 if (image->reset(std::move(data), mipmapped, std::move(cs))) { in Make() 221 bool LazyYUVImage::reset(sk_sp<SkData> data, GrMipmapped mipmapped, sk_sp<SkColorSpace> cs) { 223 auto codec = SkCodecImageGenerator::MakeFromEncodedCodec(data); 243 // The SkPixmap data is fully configured now for MakeFromYUVAPixmaps once we get a GrContext 258 // The SkPixmap data is fully configured now for MakeFromYUVAPixmaps once we get a GrContext in reset() 292 // maps from our src data (and then pass a pixmaps array to initialize the planar in ensureYUVImage()
|