Searched refs:contexts_allocated (Results 1 – 3 of 3) sorted by relevance
71 contexts_allocated++; in fake_glx_context()86 contexts_allocated--; in ~fake_glx_context()90 static int contexts_allocated; variable
140 fake_glx_context::contexts_allocated = 0; in SetUp()172 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()181 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()194 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
51 int fake_glx_context::contexts_allocated = 0; member in fake_glx_context