Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/common/
H A DCallCountingCanvas.h156 int drawVerticesCount = 0; variable
159 drawVerticesCount++; in onDrawVerticesObject()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DCanvasOpTests.cpp463 EXPECT_EQ(1, canvas.drawVerticesCount); in TEST()