Searched refs:value_bool (Results 1 – 3 of 3) sorted by relevance
246 GLboolean value_bool; member734 v->value_bool = _mesa_IsEnabled(d->pname); in find_custom_value()767 v->value_bool = ctx->Transform.DepthClampNear || ctx->Transform.DepthClampFar; in find_custom_value()771 v->value_bool = ctx->Current.Attrib[VERT_ATTRIB_EDGEFLAG][0] == 1.0F; in find_custom_value()795 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_POS); in find_custom_value()798 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_NORMAL); in find_custom_value()801 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR0); in find_custom_value()804 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_TEX(ctx->Array.ActiveTexture)); in find_custom_value()807 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_COLOR_INDEX); in find_custom_value()810 v->value_bool = !!(ctx->Array.VAO->Enabled & VERT_BIT_EDGEFLAG); in find_custom_value()[all …]
71 bool value_bool = false; in InsertOptionsIntoLocale() local75 &value_bool) in InsertOptionsIntoLocale()86 value_str = value_bool ? isolate->factory()->true_string()->ToCString() in InsertOptionsIntoLocale()
959 GLboolean value_bool; in testSipmleQueries() local981 gl.getBooleanv(pname, &value_bool); in testSipmleQueries()