Home
last modified time | relevance | path

Searched refs:kBoxCountY (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DGrMeshTest.cpp39 static constexpr int kBoxCountY = 8; variable
41 static constexpr int kBoxCount = kBoxCountY * kBoxCountX;
43 static constexpr int kImageWidth = kBoxCountY * kBoxSize;
132 for (int y = 0; y < kBoxCountY; ++y) {
181 for (int y = 0; y < kBoxCountY; ++y) {
225 for (int y = 0; y < kBoxCountY; ++y) {
262 for (int y = 0; y < kBoxCountY; ++y) {
296 pass->drawInstanced(kBoxCountX, y * kBoxCountY, 4, baseVertex);
312 for (int j = 0; j < kBoxCountY; ++j) {
336 kBoxCountY, &helper->fDrawIndirectBuffer,
[all …]
/third_party/flutter/skia/tests/
DGrMeshTest.cpp34 static constexpr int kBoxCountY = 8; variable
36 static constexpr int kBoxCount = kBoxCountY * kBoxCountX;
38 static constexpr int kImageWidth = kBoxCountY * kBoxSize;
105 for (int y = 0; y < kBoxCountY; ++y) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
152 for (int y = 0; y < kBoxCountY; ++y) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
192 for (int y = 0; y < kBoxCountY; ++y) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
218 for (int y = 0; y < kBoxCountY; ++y) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()