Searched refs:expectedMesh (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DGlopBuilderTests.cpp61 static void expectMeshEq(Glop::Mesh& expectedMesh, Glop::Mesh& builtMesh) { argument
62 EXPECT_EQ(expectedMesh.elementCount, builtMesh.elementCount);
63 EXPECT_EQ(expectedMesh.primitiveMode, builtMesh.primitiveMode);
64 EXPECT_EQ(expectedMesh.indices.indices, builtMesh.indices.indices);
65 EXPECT_EQ(expectedMesh.indices.bufferObject, builtMesh.indices.bufferObject);
66 EXPECT_EQ(expectedMesh.vertices.attribFlags, builtMesh.vertices.attribFlags);
67 EXPECT_EQ(expectedMesh.vertices.bufferObject, builtMesh.vertices.bufferObject);
68 EXPECT_EQ(expectedMesh.vertices.color, builtMesh.vertices.color);
69 EXPECT_EQ(expectedMesh.vertices.position, builtMesh.vertices.position);
70 EXPECT_EQ(expectedMesh
[all...]

Completed in 105 milliseconds