Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dget.c189 GLenum value_enum; member
689 v->value_enum = ctx->ReadBuffer->ColorReadBuffer; in find_custom_value()
752 v->value_enum = 0; in find_custom_value()
754 v->value_enum = GL_COMPILE_AND_EXECUTE; in find_custom_value()
756 v->value_enum = GL_COMPILE; in find_custom_value()
772 v->value_enum = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
776 v->value_enum = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
779 v->value_enum = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
782 v->value_enum = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
785 v->value_enum = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()