Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c290 swrast->SpecularVertexAdd = (separateSpecular in _swrast_update_specular_vertex_add()
358 if (swrast->SpecularVertexAdd) { in _swrast_validate_triangle()
380 if (swrast->SpecularVertexAdd) { in _swrast_validate_line()
400 if (swrast->SpecularVertexAdd) { in _swrast_validate_point()
Ds_context.h254 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */ member
Ds_span.c1279 if (span->primitive == GL_BITMAP || !swrast->SpecularVertexAdd) { in _swrast_write_rgba_span()