Home | History | Annotate | Download | only in swrast

Lines Matching refs:psp

132 swrast_query_renderer_integer(__DRIscreen *psp, int param,
182 return driQueryRendererIntegerCommon(psp, param, value);
187 swrast_query_renderer_string(__DRIscreen *psp, int param, const char **value)
217 swrastFillInModes(__DRIscreen *psp,
237 (void) psp;
289 dri_init_screen(__DRIscreen * psp)
295 psp->max_gl_compat_version = 21;
296 psp->max_gl_es1_version = 11;
297 psp->max_gl_es2_version = 20;
299 psp->extensions = dri_screen_extensions;
301 configs16 = swrastFillInModes(psp, 16, 16, 0, 1);
302 configs24 = swrastFillInModes(psp, 24, 24, 8, 1);
303 configs32 = swrastFillInModes(psp, 32, 24, 8, 1);