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;
105 fake_glx_context_direct(struct glx_screen *psc, struct glx_config *mode)
106 : fake_glx_context(psc, mode)
111 static glx_context *create(struct glx_screen *psc, struct glx_config *mode,
117 return new fake_glx_context_direct(psc, mode);
120 static glx_context *create_attribs(struct glx_screen *psc,
132 return new fake_glx_context_direct(psc, mode);