Home
last modified time | relevance | path

Searched refs:setCount (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/tests/
DFloatingPointTextureTest.cpp41 controlPixelData.setCount(arraySize); in runFPTest()
42 readBuffer.setCount(arraySize); in runFPTest()
DTextureBindingsResetTest.cpp42 claimedIDs.setCount(numUnits * targets.count()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/bench/
DTextBlobBench.cpp36 fGlyphs.setCount(fFont.countText(text, strlen(text), SkTextEncoding::kUTF8)); in onDelayedSetup()
37 fXPos.setCount(fGlyphs.count()); in onDelayedSetup()
DChartBench.cpp23 dataPts->setCount(count); in gen_data()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dset_descriptor_buffer_offsets_common.adoc36 The sum of pname:firstSet and pname:setCount must: be less than or equal
41 [eq]#pname:firstSet {plus} pname:setCount# when pname:layout was created
/third_party/skia/include/private/
DSkPathRef.h433 fPoints.setCount(pointCount);
435 fVerbs.setCount(verbCount);
436 fConicWeights.setCount(conicCount);
DSkTDArray.h152 void setCount(int count) { in setCount() function
356 this->setCount(SkTo<int>(count)); in adjustCount()
/third_party/node/deps/npm/test/lib/commands/
Dprofile.js669 let setCount = 0
680 setCount++
684 if (setCount === 1) {
695 } else if (setCount === 2) {
705 } else if (setCount === 3) {
/third_party/skia/src/core/
DSkPictureFlat.cpp19 void SkTypefacePlayback::setCount(size_t count) { in setCount() function in SkTypefacePlayback
DSkPictureFlat.h186 void setCount(size_t count);
/third_party/skia/docs/examples/
DPath_writeToMemory.cpp11 storage.setCount(size); in draw()
DPath_readFromMemory.cpp11 storage.setCount(size); in draw()
/third_party/protobuf/js/binary/
Dmessage_test.js49 nested.setCount(5);
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp182 fBisectors.setCount(fNorms.count()); in computeBisectors()
282 fNorms.setCount(fNorms.count() + outerStrokeAndAARing.numPts()); in tessellate()
730 dst.setCount(lastRing.numPts()); in createInsetRing()
956 fPointBuffer.setCount(maxCount); in quadTo()
960 fPointBuffer.setCount(count); in quadTo()
977 fPointBuffer.setCount(maxCount); in cubicTo()
981 fPointBuffer.setCount(count); in cubicTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h79 FileCheckType &setCount(int C);
/third_party/skia/gm/
Dcomposeshader.cpp253 dst8Storage.setCount(width * height);
255 dst32Storage.setCount(width * height * sizeof(int32_t));
Dtexteffects.cpp132 intercepts.setCount(interceptCount);
/third_party/skia/src/utils/
DSkShadowTessellator.cpp779 fPointBuffer.setCount(maxCount); in handleQuad()
783 fPointBuffer.setCount(count); in handleQuad()
804 fPointBuffer.setCount(maxCount); in handleCubic()
808 fPointBuffer.setCount(count); in handleCubic()
/third_party/skia/experimental/xform/
DXContext.cpp129 fStack.setCount(fStack.count() - n); in onPop()
/third_party/skia/samplecode/
DSampleChart.cpp16 dataPts->setCount(count); in gen_data()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DRepeater.cpp139 this->node()->setCount(static_cast<size_t>(SkTPin(fCount, 0.0f, kMaxCount) + 0.5f)); in onSync()
/third_party/skia/tools/viewer/
DStatsLayer.cpp122 sumTimes.setCount(fTimers.count()); in onPaint()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.h57 uint32_t setCount,
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_maintenance6.adoc148 uint32_t setCount;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataDumper.java248 indices.setCount(pathStack.size(), 0); in processLine()

123