Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h69 class fake_glx_context : public glx_context { class
71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context() function in fake_glx_context
75 this->vtable = &fake_glx_context::vt; in fake_glx_context()
86 ~fake_glx_context() in ~fake_glx_context()
103 class fake_glx_context_direct : public fake_glx_context {
106 : fake_glx_context(psc, mode) in fake_glx_context_direct()
H A Dfake_glx_screen.cpp39 const struct glx_context_vtable fake_glx_context::vt = {
40 fake_glx_context::destroy,
49 int fake_glx_context::contexts_allocated = 0;
58 return new fake_glx_context(psc, mode); in indirect_create_context()
H A Dcreate_context_unittest.cpp151 fake_glx_context::contexts_allocated = 0; in SetUp()
166 delete (fake_glx_context *)ctx; in TearDown()
196 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
209 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
254 delete (fake_glx_context *)share; in TEST_F()
416 delete (fake_glx_context *)first; in TEST_F()
417 delete (fake_glx_context *)second; in TEST_F()

Completed in 2 milliseconds