Home
last modified time | relevance | path

Searched refs:size (Results 10776 - 10800 of 21346) sorted by relevance

1...<<431432433434435436437438439440>>...854

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_copy_memory_test.cpp234 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 Dcompact_ids_test.cpp165 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 Dval_validation_state_test.cpp128 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 DVertexArrayPerfTest.cpp163 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 DvalidationES2.h70 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 DSampleRectanizer.cpp61 size_t size = SkUTF::ToUTF8(uni, utf8); variable
63 if (1 == size) {
/third_party/skia/src/core/
H A DSkDraw_text.cpp40 // 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 DSkPictureData.h58 // 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 DSkFontDescriptor.cpp42 stream->writePackedUInt(string.size()) && in write_string()
43 stream->write(string.c_str(), string.size()); in write_string()
H A DSkImageInfo.cpp171 // 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 DSkTextBlobTrace.cpp31 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 DGrGLTexture.cpp159 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 DDebug.cpp84 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 Dobjects.h69 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 DCMapFormat2.java25 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 Dtransformation_expand_vector_reduction.cpp51 // |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 Dblock_merge_util.cpp90 if (context->cfg()->preds(lab_id).size() != 1) { in CanMergeWithSuccessor()
174 if (vec.size() > 0) { in MergeWithSuccessor()
H A Dreduce_load_size.cpp169 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 Dtransformation_expand_vector_reduction.cpp51 // |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 Dblock_merge_util.cpp90 if (context->cfg()->preds(lab_id).size() != 1) { in CanMergeWithSuccessor()
174 if (vec.size() > 0) { in MergeWithSuccessor()
H A Dreduce_load_size.cpp169 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 Dtransformation_add_copy_memory_test.cpp234 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 Dcompact_ids_test.cpp165 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 Dval_validation_state_test.cpp128 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 Dtest_callback.c79 discard_buffer (void *ptr, size_t size, size_t nmemb, void *ctx) in discard_buffer() argument
81 return size * nmemb; in discard_buffer()

Completed in 24 milliseconds

1...<<431432433434435436437438439440>>...854