Searched refs:compareVector (Results 1 – 4 of 4) sorted by relevance
116 testing::AssertionResult compareVector(const std::vector<T>& expected, in compareVector() function163 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()
101 return compareVector<GLfloat>( in compareFloatParameter()120 return compareVector<GLint>( in compareIntParameter()
133 testing::AssertionResult compareVector(
335 EXPECT_TRUE(compareVector<GLubyte>( in changedStateCheck()