Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h73 contexts_allocated++; in fake_glx_context()
88 contexts_allocated--; in ~fake_glx_context()
92 static int contexts_allocated; member in fake_glx_context
H A Dfake_glx_screen.cpp49 int fake_glx_context::contexts_allocated = 0; member in fake_glx_context
H A Dcreate_context_unittest.cpp151 fake_glx_context::contexts_allocated = 0; in SetUp() member in fake_glx_context
196 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
209 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()

Completed in 2 milliseconds