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

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
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)
  /external/mesa3d/src/glx/tests/
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)
  /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 176 milliseconds