HomeSort by relevance Sort by last modified time
    Searched refs:fake_glx_context (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
fake_glx_screen.cpp 27 fake_glx_context::create_attribs
35 const struct glx_context_vtable fake_glx_context::vt = {
36 fake_glx_context::destroy,
47 int fake_glx_context::contexts_allocated = 0;
56 return new fake_glx_context(psc, mode);
fake_glx_screen.h 69 class fake_glx_context : public glx_context { class in inherits:glx_context
71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) function in class:fake_glx_context
75 this->vtable = &fake_glx_context::vt;
86 ~fake_glx_context()
103 return new fake_glx_context(psc, mode);
118 class fake_glx_context_direct : public fake_glx_context {
121 : fake_glx_context(psc, mode)
create_context_unittest.cpp 138 fake_glx_context::contexts_allocated = 0;
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.cpp 27 fake_glx_context::create_attribs
35 const struct glx_context_vtable fake_glx_context::vt = {
36 fake_glx_context::destroy,
47 int fake_glx_context::contexts_allocated = 0;
56 return new fake_glx_context(psc, mode);
fake_glx_screen.h 69 class fake_glx_context : public glx_context { class in inherits:glx_context
71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) function in class:fake_glx_context
75 this->vtable = &fake_glx_context::vt;
86 ~fake_glx_context()
103 return new fake_glx_context(psc, mode);
118 class fake_glx_context_direct : public fake_glx_context {
121 : fake_glx_context(psc, mode)
create_context_unittest.cpp 138 fake_glx_context::contexts_allocated = 0;
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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 91 * Note that a pointer to a __GLXcontext is a pointer to a fake_glx_context,
98 struct fake_glx_context { struct
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 91 * Note that a pointer to a __GLXcontext is a pointer to a fake_glx_context,
98 struct fake_glx_context { struct
    [all...]

Completed in 1194 milliseconds