Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dget.c231 GLenum16 value_enum16; member
748 v->value_enum16 = ctx->ReadBuffer->ColorReadBuffer; in find_custom_value()
847 v->value_enum16 = 0; in find_custom_value()
849 v->value_enum16 = GL_COMPILE_AND_EXECUTE; in find_custom_value()
851 v->value_enum16 = GL_COMPILE; in find_custom_value()
867 v->value_enum16 = ctx->Stencil.ActiveFace ? GL_BACK : GL_FRONT; in find_custom_value()
871 v->value_enum16 = ctx->Stencil.FailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
874 v->value_enum16 = ctx->Stencil.Function[ctx->Stencil.ActiveFace]; in find_custom_value()
877 v->value_enum16 = ctx->Stencil.ZFailFunc[ctx->Stencil.ActiveFace]; in find_custom_value()
880 v->value_enum16 = ctx->Stencil.ZPassFunc[ctx->Stencil.ActiveFace]; in find_custom_value()