Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.cpp116 testing::AssertionResult compareVector(const std::vector<T>& expected, in compareVector() function
163 template testing::AssertionResult compareVector<GLboolean>(
167 template testing::AssertionResult compareVector<GLint>(
171 template testing::AssertionResult compareVector<GLfloat>(
185 return compareVector<GLboolean>( in compareGlobalGlBooleanv()
201 return compareVector<GLboolean>( in compareGlobalGlBooleanv_i()
214 return compareVector<GLint>( in compareGlobalGlIntv()
229 return compareVector<GLfloat>( in compareGlobalGlFloatv()
DGLSnapshotVertexAttributes_unittest.cpp101 return compareVector<GLfloat>( in compareFloatParameter()
120 return compareVector<GLint>( in compareIntParameter()
DGLSnapshotTesting.h133 testing::AssertionResult compareVector(
DGLSnapshotTextures_unittest.cpp335 EXPECT_TRUE(compareVector<GLubyte>( in changedStateCheck()