Searched refs:Active (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datibus.c58 Bool Active
68 if ((pATI->VGAAdapter) && (Active))
91 if (!Active)
116 Bool Active,
121 ATIClaimResources(pATI, Active);
55 ATIClaimResources(ATIPtr pATI,Bool Active) argument
114 ATIClaimBusSlot(Bool Active,ATIPtr pATI) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dperformance_query.c52 * toggle Active/Used to false because we're tearing down the GL context
55 m->Active = false;
462 obj->Active = false;
492 if (obj->Active)
532 if (obj->Active) {
549 obj->Active = true;
577 if (!obj->Active) {
585 obj->Active = false;
634 if (obj->Active) {
H A Dperformance_monitor.c74 m->Active = false;
395 if (m->Active) {
509 if (m->Active) {
519 m->Active = true;
542 if (!m->Active) {
549 m->Active = false;
H A Dtransformfeedback.c60 if (obj->Active && obj->program == callback_data->prog)
441 if (obj->Active) {
462 obj->Active = GL_TRUE;
518 ctx->TransformFeedback.CurrentObject->Active = GL_FALSE;
541 if (!obj->Active) {
598 if (obj->Active) {
672 if (obj->Active) {
845 if (obj->Active) {
932 if (ctx->TransformFeedback.CurrentObject->Active) {
1227 if (obj->Active) {
[all...]
H A Dqueryobj.c52 q->Active = GL_FALSE;
344 if (q->Active) {
351 q->Active = GL_FALSE;
462 if (q->Active) {
498 q->Active = GL_TRUE;
546 if (!q || !q->Active) {
552 q->Active = GL_FALSE;
609 if (q->Active) {
803 if (!q || q->Active || !q->EverBound) {
H A Dtransformfeedback.h152 return ctx->TransformFeedback.CurrentObject->Active &&
H A Dcondrender.c93 q->Target != GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB) || q->Active) {
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.c48 static WList *Active = NULL; variable in typeref:typename:WList *
179 if (!Active)
182 cur_row = Active->row;
183 cur_col = Active->col;
184 ip = Active->iconmgr;
192 if ((tmp = Active->next) == NULL)
198 if ((tmp = Active->prev) == NULL)
291 if (!Active)
299 ip = Active->iconmgr;
445 if (Active
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dperformance_query.c456 obj->Active = false;
486 if (obj->Active)
526 if (obj->Active) {
543 obj->Active = true;
571 if (!obj->Active) {
579 obj->Active = false;
619 if (obj->Active) {
H A Dperformance_monitor.c74 m->Active = false;
401 if (m->Active) {
515 if (m->Active) {
525 m->Active = true;
548 if (!m->Active) {
555 m->Active = false;
H A Dtransformfeedback.c57 if (obj->Active && obj->program == callback_data->prog)
434 if (obj->Active) {
455 obj->Active = GL_TRUE;
510 ctx->TransformFeedback.CurrentObject->Active = GL_FALSE;
532 if (!obj->Active) {
589 if (obj->Active) {
663 if (obj->Active) {
830 if (obj->Active) {
917 if (ctx->TransformFeedback.CurrentObject->Active) {
1216 if (obj->Active) {
[all...]
H A Dqueryobj.c51 q->Active = GL_FALSE;
341 if (q->Active) {
348 q->Active = GL_FALSE;
459 if (q->Active) {
495 q->Active = GL_TRUE;
543 if (!q || !q->Active) {
549 q->Active = GL_FALSE;
606 if (q->Active) {
790 if (!q || q->Active || !q->EverBound) {
H A Dcondrender.c93 q->Target != GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB) || q->Active) {
H A Dtransformfeedback.h147 return ctx->TransformFeedback.CurrentObject->Active &&
/xsrc/external/mit/libxcb/dist/tools/
H A Dapi_conv.pl70 s/^(GX|RandR|XFixes|XP|XvMC|ScreenSaver)(.)/uc($1) . "_" . $2/e unless /^ScreenSaver(?:Reset|Active)$/;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfquery.c135 assert(!o->Active);
152 assert(!o->Active);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c125 o->Active ? "Active," : (o->Ready ? "Ready," : "Pending,"));
245 assert(!o->Active);
367 assert(!o->Active);
H A Dbrw_queryobj.c227 query->Base.Active = false;
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.c52 static WList *Active = NULL; variable in typeref:typename:WList *
545 Current = Active;
1038 Active = active;
1039 Active->iconmgr->active = active;
1040 Current = Active;
1091 ip = Active->iconmgr;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c65 query->Base.Active = GL_FALSE;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c66 query->Base.Active = GL_FALSE;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c219 q->Active = GL_FALSE;
H A Dst_cb_perfmon.c232 if (m->Active)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c278 o->Active ? "Active," : (o->Ready ? "Ready," : "Pending,"),
287 o->Active ? "Active," : (o->Ready ? "Ready," : "Pending,"),
972 assert(!o->Active);
1551 assert(!o->Active);
H A Dbrw_queryobj.c227 query->Base.Active = false;

Completed in 24 milliseconds

12