Searched refs:repetitionCount (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | DrawBaseVertexVariantsTest.cpp | 242 int repetitionCount = std::min(3 - baseRepetition, kBoxCount - i); in doDrawElementsBaseVertexVariants() local 244 updateVertexColorData(i, repetitionCount); in doDrawElementsBaseVertexVariants() 250 GL_TRIANGLES, repetitionCount * 6, GL_UNSIGNED_SHORT, in doDrawElementsBaseVertexVariants() 257 GL_TRIANGLES, repetitionCount * 6, GL_UNSIGNED_SHORT, in doDrawElementsBaseVertexVariants() 264 GL_TRIANGLES, repetitionCount * 6, GL_UNSIGNED_SHORT, in doDrawElementsBaseVertexVariants() 272 (baseRepetition + repetitionCount) * 4 - 1, repetitionCount * 6, in doDrawElementsBaseVertexVariants() 284 i += repetitionCount; in doDrawElementsBaseVertexVariants()
|
/third_party/skia/tools/ |
D | convert-to-nia.cpp | 113 static void write_nia_footer(int repetitionCount, bool stillImage) { in write_nia_footer() argument 115 if (stillImage || (repetitionCount == SkCodec::kRepetitionCountInfinite)) { in write_nia_footer() 120 set_u32le(data + 0, 1 + repetitionCount); in write_nia_footer()
|
/third_party/skia/tests/ |
D | GrMeshTest.cpp | 202 int repetitionCount = std::min(3 - baseRepetition, kBoxCount - i); local 206 pass->drawIndexed(repetitionCount * 6, baseRepetition * 6, baseRepetition * 4, 207 (baseRepetition + repetitionCount) * 4 - 1, 211 i += repetitionCount;
|
D | CodecAnimTest.cpp | 266 const int repetitionCount = codec->getRepetitionCount(); in DEF_TEST() local 267 if (repetitionCount != rec.fRepetitionCount) { in DEF_TEST() 269 rec.fName, rec.fRepetitionCount, repetitionCount); in DEF_TEST()
|