Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DGrMeshTest.cpp85 static constexpr int kBoxCountY = 8; variable
87 static constexpr int kBoxCount = kBoxCountY * kBoxCountX;
89 static constexpr int kImageWidth = kBoxCountY * kBoxSize;
185 for (int y = 0; y < kBoxCountY; ++y) {
234 for (int y = 0; y < kBoxCountY; ++y) {
278 for (int y = 0; y < kBoxCountY; ++y) {
315 for (int y = 0; y < kBoxCountY; ++y) {
349 pass->drawInstanced(kBoxCountX, y * kBoxCountY, 4, baseVertex);
365 for (int j = 0; j < kBoxCountY; ++j) {
389 kBoxCountY, &helper->fDrawIndirectBuffer,
[all …]