OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contexts_allocated
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glx/tests/
fake_glx_screen.h
73
contexts_allocated
++;
88
contexts_allocated
--;
107
static int
contexts_allocated
;
member in class:fake_glx_context
fake_glx_screen.cpp
47
int fake_glx_context::
contexts_allocated
= 0;
member in class:fake_glx_context
create_context_unittest.cpp
138
fake_glx_context::
contexts_allocated
= 0;
member in class:fake_glx_context
170
EXPECT_EQ(0, fake_glx_context::
contexts_allocated
);
179
EXPECT_EQ(0, fake_glx_context::
contexts_allocated
);
192
EXPECT_EQ(0, fake_glx_context::
contexts_allocated
);
/external/mesa3d/src/glx/tests/
fake_glx_screen.h
73
contexts_allocated
++;
88
contexts_allocated
--;
107
static int
contexts_allocated
;
member in class:fake_glx_context
fake_glx_screen.cpp
47
int fake_glx_context::
contexts_allocated
= 0;
member in class:fake_glx_context
create_context_unittest.cpp
138
fake_glx_context::
contexts_allocated
= 0;
member in class:fake_glx_context
170
EXPECT_EQ(0, fake_glx_context::
contexts_allocated
);
179
EXPECT_EQ(0, fake_glx_context::
contexts_allocated
);
192
EXPECT_EQ(0, fake_glx_context::
contexts_allocated
);
Completed in 528 milliseconds