Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotMultisampling_unittest.cpp39 EXPECT_TRUE(compareGlobalGlBoolean(gl, GL_SAMPLE_COVERAGE_INVERT, in stateCheck()
DGLSnapshotFramebufferControl_unittest.cpp41 EXPECT_TRUE(compareGlobalGlBoolean(gl, GL_DEPTH_WRITEMASK, expected)); in stateCheck()
DGLSnapshotTesting.h107 testing::AssertionResult compareGlobalGlBoolean(const GLESv2Dispatch* gl,
DGLSnapshotTesting.cpp69 testing::AssertionResult compareGlobalGlBoolean(const GLESv2Dispatch* gl, in compareGlobalGlBoolean() function