Searched refs:TEST_AND_CALL1 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | attrib.c | 715 #define TEST_AND_CALL1(FIELD, CALL) do { \ macro 775 TEST_AND_CALL1(Color.ClearIndex, ClearIndex); in _mesa_PopAttrib() 780 TEST_AND_CALL1(Color.IndexMask, IndexMask); in _mesa_PopAttrib() 872 TEST_AND_CALL1(Color.Blend[0].EquationRGB, BlendEquation); in _mesa_PopAttrib() 883 TEST_AND_CALL1(Color.LogicOp, LogicOp); in _mesa_PopAttrib() 912 TEST_AND_CALL1(Depth.Func, DepthFunc); in _mesa_PopAttrib() 913 TEST_AND_CALL1(Depth.Clear, ClearDepth); in _mesa_PopAttrib() 915 TEST_AND_CALL1(Depth.Mask, DepthMask); in _mesa_PopAttrib() 1023 TEST_AND_CALL1(Light.ShadeModel, ShadeModel); in _mesa_PopAttrib() 1042 TEST_AND_CALL1(Line.Width, LineWidth); in _mesa_PopAttrib() [all …]
|