HomeSort by: relevance | last modified time | path
    Searched refs:ClampVertexColor (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.h 166 GLenum ClampVertexColor;
meta.c 774 save->ClampVertexColor = ctx->Light.ClampVertexColor;
1147 _mesa_ClampColor(GL_CLAMP_VERTEX_COLOR, save->ClampVertexColor);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.h 167 GLenum ClampVertexColor;
meta.c 761 save->ClampVertexColor = ctx->Light.ClampVertexColor;
1143 _mesa_ClampColor(GL_CLAMP_VERTEX_COLOR, save->ClampVertexColor);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
blend.c 1095 ctx->Light.ClampVertexColor = clamp;
1145 return get_clamp_color(drawFb, ctx->Light.ClampVertexColor);
light.c 1299 ctx->Light.ClampVertexColor = ctx->API == API_OPENGL_COMPAT;
attrib.c 1034 TEST_AND_CALL1_SEL(Light.ClampVertexColor, ClampColor, GL_CLAMP_VERTEX_COLOR_ARB);
mtypes.h 610 GLenum16 ClampVertexColor; /**< GL_TRUE, GL_FALSE, GL_FIXED_ONLY */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
blend.c 1056 ctx->Light.ClampVertexColor = clamp;
1103 return get_clamp_color(drawFb, ctx->Light.ClampVertexColor);
light.c 1213 ctx->Light.ClampVertexColor = ctx->API == API_OPENGL_COMPAT;
attrib.c 1274 light->ClampVertexColor);
mtypes.h 635 GLenum16 ClampVertexColor; /**< GL_TRUE, GL_FALSE, GL_FIXED_ONLY */
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 74 { GL_CLAMP_VERTEX_COLOR, CONTEXT_ENUM16(Light.ClampVertexColor), extra_ARB_color_buffer_float },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 74 { GL_CLAMP_VERTEX_COLOR, CONTEXT_ENUM16(Light.ClampVertexColor), extra_ARB_color_buffer_float },

Completed in 22 milliseconds