Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dget.c186 GLenum value_enum; member
674 v->value_enum = ctx->ReadBuffer->ColorReadBuffer; in find_custom_value()
737 v->value_enum = 0; in find_custom_value()
739 v->value_enum = GL_COMPILE_AND_EXECUTE; in find_custom_value()
741 v->value_enum = GL_COMPILE; in find_custom_value()
757 v->value_enum = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
761 v->value_enum = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
764 v->value_enum = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
767 v->value_enum = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
770 v->value_enum = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()