Home
last modified time | relevance | path

Searched refs:fake_glx_context (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/tests/
Dfake_glx_screen.h67 class fake_glx_context : public glx_context {
69 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context() function
73 this->vtable = &fake_glx_context::vt; in fake_glx_context()
84 ~fake_glx_context() in ~fake_glx_context()
101 class fake_glx_context_direct : public fake_glx_context {
104 : fake_glx_context(psc, mode) in fake_glx_context_direct()
Dfake_glx_screen.cpp39 const struct glx_context_vtable fake_glx_context::vt = {
40 fake_glx_context::destroy,
51 int fake_glx_context::contexts_allocated = 0;
60 return new fake_glx_context(psc, mode); in indirect_create_context()
Dcreate_context_unittest.cpp140 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()