Home | History | Annotate | Download | only in common

Lines Matching refs:driDriverAPI

109     *driver_configs = driDriverAPI.InitScreen(psp);
138 driDriverAPI.DestroyScreen(psp);
287 if (!driDriverAPI.CreateContext(mesa_api, modes, context,
328 driDriverAPI.DestroyContext(pcp);
381 return driDriverAPI.MakeCurrent(pcp, pdp, prp);
420 driDriverAPI.UnbindContext(pcp);
464 driDriverAPI.DestroyBuffer(pdp);
491 if (!driDriverAPI.CreateBuffer(screen, pdraw, &config->modes, GL_FALSE)) {
512 return driDriverAPI.AllocateBuffer(screen, attachment, format,
519 driDriverAPI.ReleaseBuffer(screen, buffer);