Home
last modified time | relevance | path

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

/external/skia/tests/
DGrQuadBufferTest.cpp87 static const GrQuad::Type kDeviceTypes[] = { in TEST() local
96 static_assert(std::size(kDeviceTypes) == kQuadCount, "device quad count"); in TEST()
99 std::vector<GrQuad> expectedDeviceQuads = generate_quads(1.f, kQuadCount, kDeviceTypes); in TEST()