Searched refs:contexts_allocated (Results 1 – 3 of 3) sorted by relevance
73 contexts_allocated++; in fake_glx_context()88 contexts_allocated--; in ~fake_glx_context()107 static int contexts_allocated; variable
138 fake_glx_context::contexts_allocated = 0; in SetUp()170 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()179 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()192 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
47 int fake_glx_context::contexts_allocated = 0; member in fake_glx_context