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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dfake_glx_screen.h71 contexts_allocated++;
86 contexts_allocated--;
90 static int contexts_allocated; member in class:fake_glx_context
H A Dfake_glx_screen.cpp51 int fake_glx_context::contexts_allocated = 0; member in class:fake_glx_context
H A Dcreate_context_unittest.cpp140 fake_glx_context::contexts_allocated = 0;
172 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
181 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
194 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dfake_glx_screen.h71 contexts_allocated++;
86 contexts_allocated--;
90 static int contexts_allocated; member in class:fake_glx_context
H A Dfake_glx_screen.cpp49 int fake_glx_context::contexts_allocated = 0; member in class:fake_glx_context
H A Dcreate_context_unittest.cpp151 fake_glx_context::contexts_allocated = 0;
196 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
209 EXPECT_EQ(0, fake_glx_context::contexts_allocated);

Completed in 4 milliseconds