/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_copy_memory_test.cpp | 234 for (size_t i = 0, n = source_ids.size(); i < n; ++i) { in TEST() 237 storage_classes[i % storage_classes.size()], initializers[i]); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | compact_ids_test.cpp | 165 optimizer.Run(binary.data(), binary.size(), &binary); in TEST() 209 optimizer.Run(binary.data(), binary.size(), &binary); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_validation_state_test.cpp | 128 EXPECT_EQ(size_t(4), vstate_->ordered_instructions().size()); in TEST_F() 182 EXPECT_EQ(size_t(1), vstate_->entry_points().size()); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VertexArrayPerfTest.cpp | 163 glDeleteVertexArrays(static_cast<GLsizei>(mVertexArrays.size()), mVertexArrays.data()); in destroyBenchmark() 165 glDeleteBuffers(static_cast<GLsizei>(mBuffers.size()), mBuffers.data()); in destroyBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES2.h | 70 GLint size, in ValidateVertexAttribPointer() 76 if (!ValidateFloatVertexFormat(context, entryPoint, index, size, type)) in ValidateVertexAttribPointer() 67 ValidateVertexAttribPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) ValidateVertexAttribPointer() argument
|
/third_party/skia/samplecode/ |
H A D | SampleRectanizer.cpp | 61 size_t size = SkUTF::ToUTF8(uni, utf8); variable 63 if (1 == size) {
|
/third_party/skia/src/core/ |
H A D | SkDraw_text.cpp | 40 // The size used for a typical blitter. in paintMasks() 67 bm.installPixels(SkImageInfo::MakeN32Premul(mask.fBounds.size()), in paintMasks() 102 bm.installPixels(SkImageInfo::MakeN32Premul(mask.fBounds.size()), in paintMasks()
|
H A D | SkPictureData.h | 58 // This tag specifies the size of the ReadBuffer, needed for the following tags 137 bool parseStreamTag(SkStream*, uint32_t tag, uint32_t size, 139 void parseBufferTag(SkReadBuffer&, uint32_t tag, uint32_t size);
|
H A D | SkFontDescriptor.cpp | 42 stream->writePackedUInt(string.size()) && in write_string() 43 stream->write(string.c_str(), string.size()); in write_string()
|
H A D | SkImageInfo.cpp | 171 // the intersect may have shrunk info's logical size in trim() 172 fInfo = fInfo.makeDimensions(srcR.size()); in trim() 208 // the intersect may have shrunk info's logical size in trim() 209 fInfo = fInfo.makeDimensions(dstR.size()); in trim()
|
H A D | SkTextBlobTrace.cpp | 31 SkReadBuffer readBuffer{data->data(), data->size()}; in CreateBlobTrace() 32 readBuffer.setTypefaceArray(typefaceArray.data(), typefaceArray.size()); in CreateBlobTrace()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 159 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics() local 171 this->dumpMemoryStatisticsPriv(traceMemoryDump, resourceName, "Texture", size); in dumpMemoryStatistics()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Debug.cpp | 84 size_t size = sizeof(info); in IsUnderDebugger() 89 res = sysctl(request, sizeof(request) / sizeof(*request), &info, &size, NULL, 0); in IsUnderDebugger()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | objects.h | 69 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, 72 int size,
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat2.java | 25 Offset.format2SubHeaderKeys.offset + subHeaderIndex * FontData.DataSize.USHORT.size()); in subHeaderOffset() 107 + (lowByte - firstCode) * FontData.DataSize.USHORT.size(); in glyphId()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 51 // |message_.fresh_ids.size| must have the exact number of fresh ids required in IsApplicable() 53 if (static_cast<uint32_t>(message_.fresh_ids().size()) != in IsApplicable() 115 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | block_merge_util.cpp | 90 if (context->cfg()->preds(lab_id).size() != 1) { in CanMergeWithSuccessor() 174 if (vec.size() > 0) { in MergeWithSuccessor()
|
H A D | reduce_load_size.cpp | 169 load_type->AsStruct()->element_types().size()); in ShouldReplaceExtract() 174 double percent_used = static_cast<double>(elements_used.size()) / in ShouldReplaceExtract()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 51 // |message_.fresh_ids.size| must have the exact number of fresh ids required in IsApplicable() 53 if (static_cast<uint32_t>(message_.fresh_ids().size()) != in IsApplicable() 115 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | block_merge_util.cpp | 90 if (context->cfg()->preds(lab_id).size() != 1) { in CanMergeWithSuccessor() 174 if (vec.size() > 0) { in MergeWithSuccessor()
|
H A D | reduce_load_size.cpp | 169 load_type->AsStruct()->element_types().size()); in ShouldReplaceExtract() 174 double percent_used = static_cast<double>(elements_used.size()) / in ShouldReplaceExtract()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_copy_memory_test.cpp | 234 for (size_t i = 0, n = source_ids.size(); i < n; ++i) { in TEST() 237 storage_classes[i % storage_classes.size()], initializers[i]); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | compact_ids_test.cpp | 165 optimizer.Run(binary.data(), binary.size(), &binary); in TEST() 209 optimizer.Run(binary.data(), binary.size(), &binary); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_validation_state_test.cpp | 128 EXPECT_EQ(size_t(4), vstate_->ordered_instructions().size()); in TEST_F() 182 EXPECT_EQ(size_t(1), vstate_->entry_points().size()); in TEST_F()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_callback.c | 79 discard_buffer (void *ptr, size_t size, size_t nmemb, void *ctx) in discard_buffer() argument 81 return size * nmemb; in discard_buffer()
|