Searched refs:value_bool (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dget.c201 GLboolean value_bool; member in union:value
671 v->value_bool = _mesa_IsEnabled(d->pname);
704 v->value_bool = ctx->Transform.DepthClampNear || ctx->Transform.DepthClampFar;
708 v->value_bool = ctx->Current.Attrib[VERT_ATTRIB_EDGEFLAG][0] == 1.0F;
732 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_POS);
735 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_NORMAL);
738 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR0);
741 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_TEX(ctx->Array.ActiveTexture));
744 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR_INDEX);
747 v->value_bool
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dget.c240 GLboolean value_bool; member in union:value
722 v->value_bool = _mesa_IsEnabled(d->pname);
755 v->value_bool = ctx->Transform.DepthClampNear || ctx->Transform.DepthClampFar;
759 v->value_bool = ctx->Current.Attrib[VERT_ATTRIB_EDGEFLAG][0] == 1.0F;
783 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_POS);
786 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_NORMAL);
789 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR0);
792 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_TEX(ctx->Array.ActiveTexture));
795 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR_INDEX);
798 v->value_bool
[all...]

Completed in 5 milliseconds