Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotVertexAttributes_unittest.cpp60 EXPECT_TRUE(compareIntParameter(GL_VERTEX_ATTRIB_ARRAY_ENABLED, in stateCheck()
107 testing::AssertionResult compareIntParameter(GLenum paramName, in compareIntParameter() function in gfxstream::gl::__anon5bf1bfef0111::SnapshotGlVertexAttributesTest
110 return compareIntParameter(paramName, v); in compareIntParameter()
113 testing::AssertionResult compareIntParameter( in compareIntParameter() function in gfxstream::gl::__anon5bf1bfef0111::SnapshotGlVertexAttributesTest
142 EXPECT_TRUE(compareIntParameter(GL_CURRENT_VERTEX_ATTRIB, in stateCheck()
202 EXPECT_TRUE(compareIntParameter(GL_VERTEX_ATTRIB_ARRAY_SIZE, in stateCheck()
204 EXPECT_TRUE(compareIntParameter(GL_VERTEX_ATTRIB_ARRAY_TYPE, in stateCheck()
206 EXPECT_TRUE(compareIntParameter(GL_VERTEX_ATTRIB_ARRAY_STRIDE, in stateCheck()
208 EXPECT_TRUE(compareIntParameter(GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, in stateCheck()
210 EXPECT_TRUE(compareIntParameter(GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, in stateCheck()