Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dget.c163 GLenum value_enum; member
1560 v->value_enum = ctx->ReadBuffer->ColorReadBuffer; in find_custom_value()
1619 v->value_enum = 0; in find_custom_value()
1621 v->value_enum = GL_COMPILE_AND_EXECUTE; in find_custom_value()
1623 v->value_enum = GL_COMPILE; in find_custom_value()
1634 v->value_enum = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
1638 v->value_enum = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
1641 v->value_enum = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
1644 v->value_enum = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
1647 v->value_enum = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()