Home
last modified time | relevance | path

Searched refs:value_bool (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dget.c246 GLboolean value_bool; member
734 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 …]
/third_party/node/deps/v8/src/objects/
Djs-locale.cc71 bool value_bool = false; in InsertOptionsIntoLocale() local
75 &value_bool) in InsertOptionsIntoLocale()
86 value_str = value_bool ? isolate->factory()->true_string()->ToCString() in InsertOptionsIntoLocale()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp959 GLboolean value_bool; in testSipmleQueries() local
981 gl.getBooleanv(pname, &value_bool); in testSipmleQueries()