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

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

Completed in 57 milliseconds