Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c288 swrast->SpecularVertexAdd = (separateSpecular in _swrast_update_specular_vertex_add()
356 if (swrast->SpecularVertexAdd) { in _swrast_validate_triangle()
378 if (swrast->SpecularVertexAdd) { in _swrast_validate_line()
398 if (swrast->SpecularVertexAdd) { in _swrast_validate_point()
Ds_context.h255 GLboolean SpecularVertexAdd; /**< Add specular/secondary color per vertex */ member
Ds_span.c1277 if (span->primitive == GL_BITMAP || !swrast->SpecularVertexAdd) { in _swrast_write_rgba_span()