Lines Matching defs:isDirect
245 __GLXscreen * pGlxScreen, GLboolean isDirect,
278 if (shareglxc->isDirect && !isDirect) {
282 else if (!shareglxc->isDirect) {
287 isDirect = GL_FALSE;
303 if (!isDirect) {
311 client->errorValue = isDirect;
335 glxc->isDirect = isDirect;
387 config, pGlxScreen, req->isDirect,
405 config, pGlxScreen, req->isDirect,
427 config, pGlxScreen, req->isDirect,
632 Bool need_flush = !prevglxc->isDirect;
648 if (!prevglxc->isDirect) {
654 if (glxc && !glxc->isDirect) {
716 .isDirect = glxc->isDirect
844 if (src->isDirect || dst->isDirect || (src->pGlxScreen != dst->pGlxScreen)) {