Home
last modified time | relevance | path

Searched refs:syncCondition (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DContextLostTest.cpp73 GLint syncCondition = 0xBADF00D; in TEST_P() local
74 glGetSynciv(sync, GL_SYNC_CONDITION, 1, nullptr, &syncCondition); in TEST_P()
76 EXPECT_GLENUM_EQ(syncCondition, 0xBADF00D); in TEST_P()

Completed in 1 milliseconds