Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DProvokingVertexTest.cpp172 int *mappedInts = static_cast<int *>(mapPointer); in TEST_P() local
175 EXPECT_EQ(vertexData[cnt], mappedInts[cnt]); in TEST_P()