Home | History | Annotate | Download | only in tests

Lines Matching refs:psc

71    fake_glx_context(struct glx_screen *psc, struct glx_config *mode)
77 this->screen = psc->scr;
78 this->psc = psc;
91 static glx_context *create_attribs(struct glx_screen *psc,
103 return new fake_glx_context(psc, mode);
120 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode)
121 : fake_glx_context(psc, mode)
126 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
132 return new fake_glx_context_direct(psc, mode);
135 static glx_context *create_attribs(struct glx_screen *psc,
147 return new fake_glx_context_direct(psc, mode);