Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DGLSnapshotPixelOperations_unittest.cpp374 EXPECT_TRUE(compareGlobalGlInt_i(gl, GL_BLEND_SRC_RGB, i, expected[i].srcRGB)); in stateCheck()
375 EXPECT_TRUE(compareGlobalGlInt_i(gl, GL_BLEND_DST_RGB, i, expected[i].dstRGB)); in stateCheck()
376 EXPECT_TRUE(compareGlobalGlInt_i(gl, GL_BLEND_SRC_ALPHA, i, expected[i].srcAlpha)); in stateCheck()
377 EXPECT_TRUE(compareGlobalGlInt_i(gl, GL_BLEND_DST_ALPHA, i, expected[i].dstAlpha)); in stateCheck()
DGLSnapshotTesting.h117 testing::AssertionResult compareGlobalGlInt_i(const GLESv2Dispatch* gl,
DGLSnapshotTesting.cpp91 testing::AssertionResult compareGlobalGlInt_i(const GLESv2Dispatch* gl, in compareGlobalGlInt_i() function